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 8969dde commit 24a63acCopy full SHA for 24a63ac
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
for cargo_toml in $(git ls-files '**/Cargo.toml'); do
52
(
53
cd "$(dirname ${cargo_toml})"
54
- cargo +nightly fmt --check
+ cargo +nightly-2024-10-03 fmt --check
55
cargo check --all-targets
56
)
57
done
0 commit comments