Skip to content

Commit 4b00166

Browse files
committed
fix: use rust 1.89.0 for xelis
it works for frostdart etc as well
1 parent 513d939 commit 4b00166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/rust_version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
set_rust_to_everything_else() {
55
if rustup toolchain list | grep -q "1.85.1"; then
6-
rustup default 1.85.1
6+
rustup default 1.89.0
77
else
8-
echo "Rust version 1.85.1 is not installed. Please install it using 'rustup install 1.85.1'." >&2
8+
echo "Rust version 1.89.0 is not installed. Please install it using 'rustup install 1.89.0'." >&2
99
exit 1
1010
fi
1111
}

0 commit comments

Comments
 (0)