From 184e898360c876e8aaaae0f1f35990ae7b37fddd Mon Sep 17 00:00:00 2001 From: Baptiste Gelez Date: Tue, 17 Jul 2018 22:36:07 +0200 Subject: [PATCH] Fix diesel_cli version in INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 46f77b3..778c677 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -14,7 +14,7 @@ cd Plume rustup toolchain install nightly rustup toolchain default nightly rustup update -cargo install diesel_cli --no-default-features --features postgres # we dont need to compile anything else than pgsql +cargo install diesel_cli --no-default-features --features postgres --version '=1.2.0' # we dont need to compile anything else than pgsql ``` ## Now, if you want to run postgresql on the same server: