diff options
Diffstat (limited to 'tools/update-nightly')
| -rwxr-xr-x | tools/update-nightly | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/update-nightly b/tools/update-nightly new file mode 100755 index 0000000..7567110 --- /dev/null +++ b/tools/update-nightly @@ -0,0 +1,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)" |
