diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/rustup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rustup.sh b/scripts/rustup.sh index b911320f7a0..38991d6d47d 100755 --- a/scripts/rustup.sh +++ b/scripts/rustup.sh @@ -9,6 +9,7 @@ case $1 in echo "=> Installing new nightly" rustup toolchain install --profile minimal nightly-${TOOLCHAIN} # Sanity check to see if the nightly exists echo nightly-${TOOLCHAIN} > rust-toolchain + rustup component add rustfmt || true echo "=> Uninstalling all old nighlies" for nightly in $(rustup toolchain list | grep nightly | grep -v $TOOLCHAIN | grep -v nightly-x86_64); do |
