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 513d939 commit 4b00166Copy full SHA for 4b00166
scripts/rust_version.sh
@@ -3,9 +3,9 @@
3
4
set_rust_to_everything_else() {
5
if rustup toolchain list | grep -q "1.85.1"; then
6
- rustup default 1.85.1
+ rustup default 1.89.0
7
else
8
- echo "Rust version 1.85.1 is not installed. Please install it using 'rustup install 1.85.1'." >&2
+ echo "Rust version 1.89.0 is not installed. Please install it using 'rustup install 1.89.0'." >&2
9
exit 1
10
fi
11
}
0 commit comments