Remove unicode-bidi/with_serde feature from style deps

This commit is contained in:
Xidorn Quan 2017-06-01 10:53:35 +10:00
parent a694f70acf
commit 764ed57c33

View file

@ -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]