Skip to content

Commit

Permalink
Fix cargo-util version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hollmann committed Mar 7, 2023
1 parent 137c2e1 commit ccb8a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0.47"
base64 = "0.21.0"
bytesize = "1.0"
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
cargo-util = { path = "crates/cargo-util", version = "0.2.3" }
cargo-util = { path = "crates/cargo-util", version = "0.2.4" }
clap = "4.1.3"
crates-io = { path = "crates/crates-io", version = "0.35.1" }
curl = { version = "0.4.44", features = ["http2"] }
Expand Down

0 comments on commit ccb8a4a

Please sign in to comment.