From 9199006e0adc613447653bc8ec88e850c4cd4b73 Mon Sep 17 00:00:00 2001 From: Zac Mrowicki Date: Tue, 7 Jan 2020 20:54:59 +0000 Subject: [PATCH] Specify cargo-deny version in INSTALL.md --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6a496a94349..5d3ac972574 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,7 +18,8 @@ We also use [cargo-deny](https://github.com/EmbarkStudios/cargo-deny) during the To get these, run: ``` -cargo install cargo-make cargo-deny +cargo install cargo-make +cargo install cargo-deny --version 0.2.6 ``` #### Docker