Skip to content

Commit

Permalink
Fix semver
Browse files Browse the repository at this point in the history
  • Loading branch information
Goncalerta committed Aug 15, 2019
1 parent b2f5c4c commit ab858a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proc-quote"
version = "0.2.4"
version = "0.3.0"
authors = ["PedroGonçaloCorreia <goncalerta@gmail.com>"]
description = "A procedural macro implementation of quote!."
license = "MIT/Apache-2.0"
Expand All @@ -14,7 +14,7 @@ edition = "2018"
members = [ "proc-quote-impl" ]

[dependencies]
proc-quote-impl = { version = "0.2", path = "./proc-quote-impl" }
proc-quote-impl = { version = "0.3", path = "./proc-quote-impl" }
quote = "1.0"
proc-macro-hack = "0.5"
proc-macro2 = { version = "1.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion proc-quote-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proc-quote-impl"
version = "0.2.4"
version = "0.3.0"
authors = ["PedroGonçaloCorreia <goncalerta@gmail.com>"]
description = "A procedural macro implementation of quote!."
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit ab858a8

Please sign in to comment.