We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 497a2e3 + c659f9c commit 8a31bf7Copy full SHA for 8a31bf7
Vagrantfile
@@ -47,7 +47,7 @@ Vagrant.configure("2") do |config|
47
############################################################
48
lxc-attach -n cratesfyi-container -- apt-get update
49
lxc-attach -n cratesfyi-container -- apt-get install -y --no-install-recommends curl ca-certificates binutils gcc libc6-dev libmagic1
50
- lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2017-05-21'
+ lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2018-03-25'
51
52
53
# Creating rustc links for cratesfyi user #
0 commit comments