summaryrefslogtreecommitdiff
path: root/tools/update-nightly
blob: 75671108e2e349dcd1590adb98f774fbbcb077c8 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -ex

# tools/update-nightly
#
# Install today's nightly Rust release.

date "+nightly-%Y-%m-%d" > rust-toolchain
rustup install --profile minimal "$(< rust-toolchain)"