We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4862f commit a18c7d1Copy full SHA for a18c7d1
dev/release/verify-release-candidate.sh
@@ -118,7 +118,8 @@ test_source_distribution() {
118
# build and test rust
119
120
# raises on any formatting errors
121
- rustup component add rustfmt --toolchain stable
+ rustup toolchain install 1.85.0
122
+ rustup component add rustfmt --toolchain 1.85.0
123
cargo fmt --all -- --check
124
125
# Clone testing repositories into the expected location
0 commit comments