Skip to content

Commit

Permalink
Merge pull request #631 from amazonlinux/cargodenyversion
Browse files Browse the repository at this point in the history
Specify cargo-deny version in INSTALL.md
  • Loading branch information
zmrow authored Jan 8, 2020
2 parents d77b875 + 9199006 commit ee4919b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee4919b

Please sign in to comment.