Skip to content

Commit 293ad62

Browse files
committed
[Devsetup] Install the latest rust toolchain
1 parent 49d6406 commit 293ad62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/dev_setup.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,9 @@ function install_rustup_components_and_nightly {
466466
rustup show
467467
rustup toolchain list -v
468468

469-
echo "Updating rustup and installing rustfmt & clippy"
469+
echo "Updating rustup and installing the latest rustc, rustfmt & clippy"
470470
rustup update
471+
rustup toolchain install stable # Install the latest rustc to ensure that dependencies can always be built (even if we're behind)
471472
rustup component add rustfmt
472473
rustup component add clippy
473474

0 commit comments

Comments
 (0)