From 57b1e494fdd4225320633dcf8f44a4d5851ecae9 Mon Sep 17 00:00:00 2001 From: kennytm Date: Wed, 25 Jul 2018 10:25:04 +0800 Subject: [PATCH] Update nightly rustc to 2018-07-24 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 80c77c4b4..c0e53a650 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -47,7 +47,7 @@ Vagrant.configure("2") do |config| ############################################################ lxc-attach -n cratesfyi-container -- apt-get update lxc-attach -n cratesfyi-container -- apt-get install -y --no-install-recommends curl ca-certificates binutils gcc libc6-dev libmagic1 - lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2018-06-03' + lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2018-07-24' ############################################################ # Creating rustc links for cratesfyi user #