aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fcd6837..0d7d67a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "argh_derive"
-version = "0.1.10"
+version = "0.1.12"
authors = [
"Taylor Cramer <cramertj@google.com>",
"Benjamin Brittain <bwb@google.com>",
@@ -27,7 +27,7 @@ repository = "https://github.com/google/argh"
proc-macro = true
[dependencies.argh_shared]
-version = "0.1.10"
+version = "0.1.12"
[dependencies.proc-macro2]
version = "1.0"
@@ -36,4 +36,4 @@ version = "1.0"
version = "1.0"
[dependencies.syn]
-version = "2.0.1"
+version = "2.0"