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 29a4509..9769ca2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,9 +9,6 @@ members = ["autochomp", "chewed", "chomp-macro"]
[dependencies]
heck = "0.3.2"
+proc-macro2 = "1.0.24"
quote = "1.0.8"
syn = "1.0.58"
-
-[dependencies.proc-macro2]
-version = "1.0.24"
-features = ["span-locations"]