From 70b5a17c24730bcfaf20dc4f7ecb4f64b1066034 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 2 Apr 2025 20:45:20 +0200 Subject: [PATCH] fix(template): Use nightly toolchain for cargo udeps --- template/.github/workflows/build.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/build.yml.j2 b/template/.github/workflows/build.yml.j2 index e249ba33..d69c562a 100644 --- a/template/.github/workflows/build.yml.j2 +++ b/template/.github/workflows/build.yml.j2 @@ -55,7 +55,7 @@ jobs: submodules: recursive - uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c with: - toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }} + toolchain: ${{ env.RUST_NIGHTLY_TOOLCHAIN_VERSION }} - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7 with: key: udeps