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 f980c2f9226..3ef402a4605 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -87,5 +87,5 @@ webvr_traits = {path = "../webvr_traits"} [dependencies.webrender_traits] git = "https://github.com/servo/webrender" -default_features = false +default-features = false features = ["nightly", "serde_derive", "ipc"] |