Skip to content

Commit 24a63ac

Browse files
Fix
1 parent 8969dde commit 24a63ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
for cargo_toml in $(git ls-files '**/Cargo.toml'); do
5252
(
5353
cd "$(dirname ${cargo_toml})"
54-
cargo +nightly fmt --check
54+
cargo +nightly-2024-10-03 fmt --check
5555
cargo check --all-targets
5656
)
5757
done

0 commit comments

Comments
 (0)