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 1a6390b commit ae89569Copy full SHA for ae89569
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