aboutsummaryrefslogtreecommitdiffstats
path: root/sylt_macro/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sylt_macro/Cargo.toml')
-rw-r--r--sylt_macro/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sylt_macro/Cargo.toml b/sylt_macro/Cargo.toml
index 9ac045e..6d3c75f 100644
--- a/sylt_macro/Cargo.toml
+++ b/sylt_macro/Cargo.toml
@@ -10,5 +10,6 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-syn = { version = "1.0", features=["full"] }
-quote = "1.0"
+syn = { version = "1", features=["full"] }
+proc-macro2 = "1"
+quote = "1"