Skip to content

Commit

Permalink
Auto merge of #9544 - dtolnay-contrib:semverx, r=alexcrichton
Browse files Browse the repository at this point in the history
Pull in semver 1.0.3 'x' fix

As requested in rust-lang/rust#85983 (comment) -- a Cargo.toml update to ensure Cargo-the-library users always get dtolnay/semver#247. Fixes #9543.
  • Loading branch information
bors committed Jun 4, 2021
2 parents 1c36f7f + f5c2645 commit 71c1760
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 @@ -50,7 +50,7 @@ num_cpus = "1.0"
opener = "0.4"
percent-encoding = "2.0"
rustfix = "0.5.0"
semver = { version = "1.0", features = ["serde"] }
semver = { version = "1.0.3", features = ["serde"] }
serde = { version = "1.0.123", features = ["derive"] }
serde_ignored = "0.1.0"
serde_json = { version = "1.0.30", features = ["raw_value"] }
Expand Down

0 comments on commit 71c1760

Please sign in to comment.