aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 750b494..dcc965f 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "argh_derive"
-version = "0.1.10"
+version = "0.1.12"
authors = ["Taylor Cramer <cramertj@google.com>", "Benjamin Brittain <bwb@google.com>", "Erick Tryzelaar <etryzelaar@google.com>"]
edition = "2018"
license = "BSD-3-Clause"
@@ -14,5 +14,5 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
-syn = "1.0"
-argh_shared = { version = "0.1.10", path = "../argh_shared" }
+syn = "2.0"
+argh_shared = { version = "0.1.12", path = "../argh_shared" }