Skip to content

Commit 71c1760

Browse files
committed
Auto merge of #9544 - dtolnay-contrib:semverx, r=alexcrichton
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.
2 parents 1c36f7f + f5c2645 commit 71c1760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ num_cpus = "1.0"
5050
opener = "0.4"
5151
percent-encoding = "2.0"
5252
rustfix = "0.5.0"
53-
semver = { version = "1.0", features = ["serde"] }
53+
semver = { version = "1.0.3", features = ["serde"] }
5454
serde = { version = "1.0.123", features = ["derive"] }
5555
serde_ignored = "0.1.0"
5656
serde_json = { version = "1.0.30", features = ["raw_value"] }

0 commit comments

Comments
 (0)