From 764ed57c33fe2ec2ee9f17cd87a69184ef9b305d Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Thu, 1 Jun 2017 10:53:35 +1000 Subject: [PATCH] Remove unicode-bidi/with_serde feature from style deps --- components/style/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 9932af21ba8b..219054b4e1bc 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -67,7 +67,7 @@ style_derive = {path = "../style_derive"} style_traits = {path = "../style_traits"} servo_url = {path = "../url", optional = true} time = "0.1" -unicode-bidi = {version = "0.3", features = ["with_serde"]} +unicode-bidi = "0.3" unicode-segmentation = "1.0" [target.'cfg(windows)'.dependencies]