diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 709be19..395f212 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,8 +36,8 @@ jobs: with: node-version: lts/* - - name: install Rust stable - uses: dtolnay/rust-toolchain@stable + - name: install Rust nightly + uses: dtolnay/rust-toolchain@nightly with: # Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds. targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}