aboutsummaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
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'