Skip to content

Commit 645d356

Browse files
committed
ci: use nightly toolchain for cargo udeps
1 parent 555a018 commit 645d356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
submodules: recursive
5656
- uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
5757
with:
58-
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
58+
toolchain: ${{ env.RUST_NIGHTLY_TOOLCHAIN_VERSION }}
5959
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
6060
with:
6161
key: udeps

0 commit comments

Comments
 (0)