From 9a8e41e40e136ac4129266a6a3191ef85ba454a7 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 28 Jun 2016 23:50:48 +0200 Subject: [PATCH] Use nightly feature of webrender_traits That enable use of NonZero in it. --- components/script/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index a8262f8324b..d9bdeac843b 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -72,4 +72,4 @@ xml5ever = {version = "0.1.2", features = ["unstable"]} [dependencies.webrender_traits] git = "https://github.com/servo/webrender_traits" default_features = false -features = ["serde_macros"] +features = ["nightly", "serde_macros"]