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. --- chomp-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chomp-macro') 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