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