mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Rustup to rustc 1.43.0-nightly (2890b37b8
2020-03-06)
This commit is contained in:
parent
9ab2af56aa
commit
b00927b956
@ -1 +1 @@
|
|||||||
nightly-2020-03-04
|
nightly-2020-03-07
|
||||||
|
@ -4,8 +4,7 @@ set -e
|
|||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
"prepare")
|
"prepare")
|
||||||
# FIXME Automatically detect latest nightly
|
TOOLCHAIN=$(date +%Y-%m-%d)
|
||||||
read -p "Date of nightly to use: " TOOLCHAIN
|
|
||||||
|
|
||||||
echo "=> Installing new nightly"
|
echo "=> Installing new nightly"
|
||||||
rustup toolchain install --profile minimal nightly-${TOOLCHAIN} # Sanity check to see if the nightly exists
|
rustup toolchain install --profile minimal nightly-${TOOLCHAIN} # Sanity check to see if the nightly exists
|
||||||
|
Loading…
Reference in New Issue
Block a user