Skip to content

Commit

Permalink
Merge pull request #131 from koushiro/koushiro/update-semver
Browse files Browse the repository at this point in the history
Update semver to v0.11.0
  • Loading branch information
oli-obk committed Oct 15, 2020
2 parents 625176c + bb6e0bb commit b1316f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Expand Up @@ -9,13 +9,10 @@ readme = "README.md"
edition = "2018"

[dependencies]
semver = { version = "0.11.0", features = ["serde"] }
serde = { version = "1.0.107", features = ["derive"] }
serde_json = "1.0.1"

[dependencies.semver]
features = ["serde"]
version = "0.10"

[features]
default = []

Expand Down

0 comments on commit b1316f7

Please sign in to comment.