Skip to content

Commit 8a31bf7

Browse files
authored
Merge pull request #194 from caulagi/rusttype-compile-error
Fix error when compiling rusttype
2 parents 497a2e3 + c659f9c commit 8a31bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
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-2017-05-21'
50+
lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2018-03-25'
5151
5252
############################################################
5353
# Creating rustc links for cratesfyi user #

0 commit comments

Comments
 (0)