rust nightly instead of just nightly

This commit is contained in:
Jeremy Soller 2016-10-31 13:04:16 -06:00
parent f7baaa6f45
commit b6024fb704

View File

@ -2,7 +2,7 @@
set -e
echo "Defaulting to nightly"
echo "Defaulting to rust nightly"
rustup default nightly
echo "Downloading rust source"
rustup component add rust-src