From 00815461a57a190c2454c23e808e5e8cfd121c57 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 14 Jan 2018 22:47:32 +0100 Subject: Install latest nightly in vagrant environment. Since we upgraded to Rocket 3.6 we no longer need the specific nightly to compile anymore. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 144dc82..3c73bce 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -71,7 +71,7 @@ Vagrant.configure("2") do |config| systemctl start postgresql su - postgres -c "createuser -d vagrant" - su - vagrant -c "rustup default nightly-2017-12-21" + su - vagrant -c "rustup default nightly" su - vagrant -c "cargo install -q diesel_cli --no-default-features --features postgres" su - vagrant -c 'echo "PATH=$HOME/.cargo/bin:$PATH" >> ~/.bash_profile' -- cgit v1.2.3