blob: b6625b68189331f984c0a33554f3e91386933ddd [file] [log] [blame]
#!/bin/bash
set -euo pipefail
toolchain="${1:-nightly}"
rustup set profile minimal
rustup update "${toolchain}" --no-self-update
rustup default "${toolchain}"
rustup -V
rustc -V
cargo -V