We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1449b19 commit 98b2283Copy full SHA for 98b2283
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-2018-12-19'
+ lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly'
51
52
53
# Installing extra targets into cratesfyi-container #
0 commit comments