We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae432cd commit 7e9e6e9Copy full SHA for 7e9e6e9
1 file changed
ci.sh
@@ -5,8 +5,8 @@ set -e
5
# Build
6
cargo build
7
8
-# Check formatting
9
-cargo fmt -- --check
+# Check formatting (use stable toolchain explicitly)
+cargo +stable fmt -- --check
10
11
# Run Clippy
12
cargo clippy -- -D warnings
0 commit comments