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 b788e52 commit 4f6a2ecCopy full SHA for 4f6a2ec
Cargo.toml
@@ -19,7 +19,7 @@ path = "src/cargo/lib.rs"
19
atty = "0.2"
20
bytesize = "1.0"
21
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
22
-cargo-util = { path = "crates/cargo-util", version = "0.1.2" }
+cargo-util = { path = "crates/cargo-util", version = "0.1.3" }
23
crates-io = { path = "crates/crates-io", version = "0.34.0" }
24
crossbeam-utils = "0.8"
25
curl = { version = "0.4.41", features = ["http2"] }
crates/cargo-util/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cargo-util"
3
-version = "0.1.2"
+version = "0.1.3"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
homepage = "https://github.com/rust-lang/cargo"
0 commit comments