Skip to content

Commit ae89569

Browse files
committed
Fix verifications script for 46 release
1 parent 1a6390b commit ae89569

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/release/verify-release-candidate.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ test_source_distribution() {
118118
# build and test rust
119119

120120
# raises on any formatting errors
121-
rustup component add rustfmt --toolchain stable
121+
rustup toolchain install 1.85.0
122+
rustup component add rustfmt --toolchain 1.85.0
122123
cargo fmt --all -- --check
123124

124125
# Clone testing repositories into the expected location

0 commit comments

Comments
 (0)