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