aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-08-20 15:11:24 +0200
committerJorge Aparicio <jorge@japaric.io>2019-08-20 15:17:37 +0200
commit0e146f8d1142672725b6abb38478f503a9261c80 (patch)
tree846aedddb91908ac831cd15f7877d5ccfbd9a039 /macros/Cargo.toml
parent2f4f1857788a3c2c5e8b97a5b7cc2c39c26c659f (diff)
adapt to changes in rtfm-syntax
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index c4e897f..ed7626f 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -15,9 +15,9 @@ version = "0.5.0-alpha.1"
proc-macro = true
[dependencies]
-proc-macro2 = "0.4.30"
-quote = "0.6.12"
-syn = "0.15.34"
+proc-macro2 = "1"
+quote = "1"
+syn = "1"
[dependencies.rtfm-syntax]
git = "https://github.com/japaric/rtfm-syntax"