We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b315fb commit 7f85214Copy full SHA for 7f85214
template/.github/workflows/build.yml.j2
@@ -27,6 +27,7 @@ env:
27
CARGO_INCREMENTAL: '0'
28
CARGO_PROFILE_DEV_DEBUG: '0'
29
RUST_TOOLCHAIN_VERSION: "{[ rust_version }]"
30
+ RUST_NIGHTLY_TOOLCHAIN_VERSION: "{[ rust_nightly_version }]"
31
PYTHON_VERSION: "{[ python_version }]"
32
RUSTFLAGS: "-D warnings"
33
RUSTDOCFLAGS: "-D warnings"
@@ -136,7 +137,7 @@ jobs:
136
137
submodules: recursive
138
- uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
139
with:
- toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
140
+ toolchain: ${{ env.RUST_NIGHTLY_TOOLCHAIN_VERSION }}
141
components: rustfmt
142
- run: cargo fmt --all -- --check
143
0 commit comments