Skip to content

Commit

Permalink
Update to semver 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 26, 2021
1 parent 396bdd3 commit 7ace447
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.0-rc.2", features = ["serde"] }
semver = { version = "1.0", 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 7ace447

Please sign in to comment.