We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa7e2c8 + ec7a987 commit d22d83cCopy full SHA for d22d83c
get-rust.sh
@@ -5,6 +5,7 @@ set -eu
5
RUST_VERSION="${1:-1.88.0}"
6
7
if [ -n "${RUST_VERSION}" ]; then
8
- rustup toolchain install ${RUST_VERSION}
+ rustup toolchain install --profile minimal ${RUST_VERSION}
9
rustup default ${RUST_VERSION}
10
+
11
fi
0 commit comments