From 423cb124ba5c1108d78f48eead95e865ccb02a29 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 27 Sep 2019 11:55:38 +0200 Subject: Restrict syn features for in-tree components --- components/config_plugins/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components/config_plugins') diff --git a/components/config_plugins/Cargo.toml b/components/config_plugins/Cargo.toml index db94f48beec..24e0fb5d865 100644 --- a/components/config_plugins/Cargo.toml +++ b/components/config_plugins/Cargo.toml @@ -12,8 +12,7 @@ proc-macro = true path = "lib.rs" [dependencies] -syn = "0.15" +syn = { version = "0.15", default-features = false, features = ["clone-impls", "parsing"] } quote = "0.6" proc-macro2 = "0.4" itertools = "0.8" - -- cgit v1.2.3