From f6916209d57682493288ab42e695204b95d0ba23 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Tue, 19 Jan 2021 22:16:56 +0000 Subject: Clean up cargo manifests. --- Cargo.toml | 8 ++++---- autochomp/Cargo.toml | 4 ---- chomp-macro/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9569eb9..182c046 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,13 +8,13 @@ edition = "2018" members = ["autochomp", "chewed", "chomp-macro"] [dependencies] -heck = "0.3" -quote = "1" +heck = "0.3.2" +quote = "1.0.8" [dependencies.proc-macro2] -version = "1" +version = "1.0.24" features = ["span-locations"] [dependencies.syn] -version = "1" +version = "1.0.58" features = ["extra-traits"] diff --git a/autochomp/Cargo.toml b/autochomp/Cargo.toml index 4d5aaef..f8d6265 100644 --- a/autochomp/Cargo.toml +++ b/autochomp/Cargo.toml @@ -4,10 +4,6 @@ version = "0.1.0" authors = ["Greg Brown "] edition = "2018" -[build-dependencies.syn] -version = "1" -features = ["extra-traits"] - [dependencies] chewed = {path = "../chewed"} chomp = {path = "../"} diff --git a/chomp-macro/Cargo.toml b/chomp-macro/Cargo.toml index bc8dce0..b7d10aa 100644 --- a/chomp-macro/Cargo.toml +++ b/chomp-macro/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" chomp = {path = ".."} [dependencies.syn] -version = "1" +version = "1.0.58" features = ["parsing", "proc-macro"] [dev-dependencies] -- cgit v1.2.3