summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 182c046..29a4509 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,11 +10,8 @@ members = ["autochomp", "chewed", "chomp-macro"]
[dependencies]
heck = "0.3.2"
quote = "1.0.8"
+syn = "1.0.58"
[dependencies.proc-macro2]
version = "1.0.24"
features = ["span-locations"]
-
-[dependencies.syn]
-version = "1.0.58"
-features = ["extra-traits"]