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 6e54636 commit 538135aCopy full SHA for 538135a
1 file changed
.github/workflows/build.yml
@@ -136,9 +136,9 @@ jobs:
136
submodules: recursive
137
- uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
138
with:
139
- toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
+ toolchain: nightly-2025-01-15
140
components: rustfmt
141
- - run: cargo fmt --all -- --check
+ - run: cargo +nightly-2025-01-15 fmt --all -- --check
142
143
run_clippy:
144
name: Run Clippy
0 commit comments