Skip to content

Commit

Permalink
Rollup merge of rust-lang#85983 - dtolnay:semverx, r=ehuss
Browse files Browse the repository at this point in the history
Update to semver 1.0.3

Fixes rust-lang/cargo#9508 (comment) by pulling in dtolnay/semver#247.

Fixes rust-lang/cargo#9543
  • Loading branch information
JohnTitor authored Jun 4, 2021
2 parents 2da4295 + 1aba171 commit d5c9894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ dependencies = [
"rand 0.8.3",
"rustc-workspace-hack",
"rustfix",
"semver 1.0.1",
"semver 1.0.3",
"serde",
"serde_ignored",
"serde_json",
Expand Down Expand Up @@ -4681,9 +4681,9 @@ dependencies = [

[[package]]
name = "semver"
version = "1.0.1"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d023dabf011d5dcb5ac64e3685d97d3b0ef412911077a2851455c6098524a723"
checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
dependencies = [
"serde",
]
Expand Down

0 comments on commit d5c9894

Please sign in to comment.