Skip to content

Commit

Permalink
Deploy 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Goncalerta committed Apr 10, 2019
1 parent 2a63b3f commit 2314709
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.1"
version = "0.2.2"
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.1", path = "./proc-quote-impl" }
proc-quote-impl = { version = "0.2.2", path = "./proc-quote-impl" }
quote = "0.6.12"
proc-macro-hack = "0.5.4"
proc-macro2 = { version = "0.4.27", 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.1"
version = "0.2.2"
authors = ["PedroGonçaloCorreia <goncalerta@gmail.com>"]
description = "A procedural macro implementation of quote!."
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 2314709

Please sign in to comment.