We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d6406 commit 293ad62Copy full SHA for 293ad62
scripts/dev_setup.sh
@@ -466,8 +466,9 @@ function install_rustup_components_and_nightly {
466
rustup show
467
rustup toolchain list -v
468
469
- echo "Updating rustup and installing rustfmt & clippy"
+ echo "Updating rustup and installing the latest rustc, rustfmt & clippy"
470
rustup update
471
+ rustup toolchain install stable # Install the latest rustc to ensure that dependencies can always be built (even if we're behind)
472
rustup component add rustfmt
473
rustup component add clippy
474
0 commit comments