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 a2d38ea commit 99504afCopy full SHA for 99504af
.github/workflows/build.yml
@@ -18,6 +18,7 @@ env:
18
CARGO_INCREMENTAL: '0'
19
CARGO_PROFILE_DEV_DEBUG: '0'
20
RUST_TOOLCHAIN_VERSION: "1.85.0"
21
+ RUST_NIGHTLY_TOOLCHAIN_VERSION: "nightly-2025-01-15"
22
RUSTFLAGS: "-D warnings"
23
RUSTDOCFLAGS: "-D warnings"
24
RUST_LOG: "info"
@@ -73,7 +74,7 @@ jobs:
73
74
persist-credentials: false
75
- uses: dtolnay/rust-toolchain@master
76
with:
- toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
77
+ toolchain: ${{ env.RUST_NIGHTLY_TOOLCHAIN_VERSION }}
78
components: rustfmt
79
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
80
0 commit comments