From cfca504592ac9a03c2e97cc180ea4928bf717ee0 Mon Sep 17 00:00:00 2001 From: Baptiste Gelez Date: Tue, 17 Jul 2018 22:36:47 +0200 Subject: [PATCH] Fix diesel_cli version in DEVELOPMENT.md --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f5b71170..2555fe29 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -53,7 +53,7 @@ When you will launch Plume for the first time, it will setup the database by its To run migrations and correctly setup the database, Plume use the `diesel` CLI tool under the hood. Therefore you should install it before running Plume. If this was your time installing Rust, you will probably need to run that using `cargo`. `cargo` is installed with `rustc` so if you followed the earlier instructions it will already be available. ``` -cargo install diesel_cli +cargo install diesel_cli --version '=1.2.0' ``` #### Running Plume