Skip to content

Commit

Permalink
Auto merge of #11807 - ahollmann:master, r=weihanglo
Browse files Browse the repository at this point in the history
path dependency: fix cargo-util version

The update of the version in workspace `Cargo.toml` file slipped through my last PR.

This change has no real effect, as the version is ignored for path dependencies.

Since all other path dependencies have the correct version specified  we should either do it for all or remove the versions for path dependencies.
  • Loading branch information
bors committed Mar 7, 2023
2 parents 66789e5 + ccb8a4a commit f72f8a8
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 f72f8a8

Please sign in to comment.