Skip to content

Commit 98b2283

Browse files
committed
Use only nightly tool chain
1 parent 1449b19 commit 98b2283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Vagrant.configure("2") do |config|
4747
############################################################
4848
lxc-attach -n cratesfyi-container -- apt-get update
4949
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'
50+
lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly'
5151
5252
############################################################
5353
# Installing extra targets into cratesfyi-container #

0 commit comments

Comments
 (0)