We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebef29 commit 002f43dCopy full SHA for 002f43d
Cargo.toml
@@ -22,7 +22,7 @@ path = "src/cargo/lib.rs"
22
atty = "0.2"
23
bytesize = "1.0"
24
cargo-platform = { path = "crates/cargo-platform", version = "0.1.1" }
25
-cargo-util = { path = "crates/cargo-util", version = "0.1.0" }
+cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
26
crates-io = { path = "crates/crates-io", version = "0.33.0" }
27
crossbeam-utils = "0.8"
28
curl = { version = "0.4.23", features = ["http2"] }
crates/cargo-util/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cargo-util"
3
-version = "0.1.0"
+version = "0.1.1"
4
authors = ["The Cargo Project Developers"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
0 commit comments