diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a8b6378..1630e9a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,8 +31,9 @@ jobs: - name: Set up Rust uses: actions-rs/toolchain@v1 with: - toolchain: stable - override: true + toolchain: nightly + override: true + components: rustfmt, clippy - name: Update version in Cargo.toml run: | VERSION=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')