aboutsummaryrefslogtreecommitdiffstats
path: root/components/config_plugins
diff options
context:
space:
mode:
authorAnthony Ramine <nox@nox.paris>2019-09-27 11:55:38 +0200
committerAnthony Ramine <nox@nox.paris>2019-09-27 11:55:38 +0200
commit423cb124ba5c1108d78f48eead95e865ccb02a29 (patch)
tree3f833e39c9a215e2fc80e55eb18801921f92e680 /components/config_plugins
parent049527872e6dfadf3f69f0f9fa6fffee520a6f7b (diff)
downloadservo-423cb124ba5c1108d78f48eead95e865ccb02a29.tar.gz
servo-423cb124ba5c1108d78f48eead95e865ccb02a29.zip
Restrict syn features for in-tree components
Diffstat (limited to 'components/config_plugins')
-rw-r--r--components/config_plugins/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
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"
-