Rustup to rustc 1.43.0-nightly (2890b37b8 2020-03-06)

This commit is contained in:
bjorn3 2020-03-07 10:39:57 +01:00
parent 9ab2af56aa
commit b00927b956
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
nightly-2020-03-04 nightly-2020-03-07

View File

@ -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