diff options
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 10ea03bc548..74397e07138 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -85,5 +85,5 @@ xml5ever = {version = "0.3.1", features = ["unstable"]} [dependencies.webrender_traits] git = "https://github.com/servo/webrender" -default_features = false +default-features = false features = ["nightly", "serde_derive", "ipc"] |