diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-01-14 22:47:32 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-01-14 22:47:32 +0100 |
commit | 00815461a57a190c2454c23e808e5e8cfd121c57 (patch) | |
tree | a45d2104ede11bdcb1fa460280a5de748b1b12ab /Vagrantfile | |
parent | e62f908094f20b3d52222eaf41da07c915ed8cca (diff) | |
download | rocket-blog-00815461a57a190c2454c23e808e5e8cfd121c57.tar.gz rocket-blog-00815461a57a190c2454c23e808e5e8cfd121c57.tar.bz2 rocket-blog-00815461a57a190c2454c23e808e5e8cfd121c57.zip |
Install latest nightly in vagrant environment.
Since we upgraded to Rocket 3.6 we no longer need the specific nightly
to compile anymore.
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
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' |