Skip to content

Commit

Permalink
[Devsetup] Install the latest rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind committed Dec 12, 2024
1 parent 49d6406 commit dcb635a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,9 @@ function install_rustup_components_and_nightly {
rustup show
rustup toolchain list -v

echo "Updating rustup and installing rustfmt & clippy"
echo "Updating rustup and installing the latest rustc, rustfmt & clippy"
rustup update
rustup toolchain install stable # Install the latest toolchain to ensure that dependencies can always be built (even if aptos-core is behind)
rustup component add rustfmt
rustup component add clippy

Expand Down

0 comments on commit dcb635a

Please sign in to comment.