Skip to content

Commit

Permalink
Pull in semver 1.0.3 'x' fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 4, 2021
1 parent 1c36f7f commit f5c2645
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 f5c2645

Please sign in to comment.