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
|
||||
"prepare")
|
||||
# FIXME Automatically detect latest nightly
|
||||
read -p "Date of nightly to use: " TOOLCHAIN
|
||||
TOOLCHAIN=$(date +%Y-%m-%d)
|
||||
|
||||
echo "=> Installing new nightly"
|
||||
rustup toolchain install --profile minimal nightly-${TOOLCHAIN} # Sanity check to see if the nightly exists
|
||||
|
Loading…
x
Reference in New Issue
Block a user