From 8f7a17e0f48e3586fae619be08351c6761b07596 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Tue, 19 Jan 2021 22:37:35 +0000 Subject: Remove usage of `extra-traits` feature of syn. --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Cargo.toml') 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"] -- cgit v1.2.3