We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cf22e commit f865618Copy full SHA for f865618
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "cargo-deny"
3
description = "Cargo plugin to help you manage large dependency graphs"
4
repository = "https://github.com/EmbarkStudios/cargo-deny"
5
-version = "0.1.0"
+version = "0.2.0"
6
authors = ["Embark <[email protected]>", "Jake Shadle <[email protected]>"]
7
edition = "2018"
8
license = "MIT OR Apache-2.0"
@@ -50,8 +50,6 @@ twox-hash = "1.3.0"
50
51
[dependencies.askalono]
52
version = "0.3.0"
53
-# git = "https://github.com/EmbarkStudios/askalono.git"
54
-# rev = "f57c60d"
55
56
[dev-dependencies]
57
# We use this for pretty printing errors
0 commit comments