We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0554f9 commit 1f87de3Copy full SHA for 1f87de3
Cargo.toml
@@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"
18
[dependencies]
19
bytesize = "1.0"
20
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
21
-cargo-util = { path = "crates/cargo-util", version = "0.2.3" }
+cargo-util = { path = "crates/cargo-util", version = "0.3.0" }
22
crates-io = { path = "crates/crates-io", version = "0.35.1" }
23
curl = { version = "0.4.44", features = ["http2"] }
24
curl-sys = "0.4.59"
crates/cargo-util/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cargo-util"
3
-version = "0.2.3"
+version = "0.3.0"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
homepage = "https://github.com/rust-lang/cargo"
0 commit comments