Skip to content

Commit

Permalink
bump to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jul 25, 2020
1 parent 2a9e42b commit db822b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "semver"
version = "0.9.0"
version = "0.10.0"
authors = ["Steve Klabnik <steve@steveklabnik.com>", "The Rust Project Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/steveklabnik/semver"
Expand All @@ -27,4 +27,4 @@ ci = ["serde", "diesel/sqlite"]

[dev-dependencies]
serde_json = "1.0"
serde_derive = "1.0"
serde_derive = "1.0"

0 comments on commit db822b7

Please sign in to comment.