Skip to content

Commit

Permalink
Auto merge of #17118 - upsuper:unicode-bidi-serde, r=heycam
Browse files Browse the repository at this point in the history
Remove unicode-bidi/with_serde feature from style deps

It seems removing this feature from here would unbust stylo build on Gecko side, and style crate doesn't need it anyway, and for Servo, other crates would bring this feature back, so it shouldn't break Servo either.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17118)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jun 1, 2017
2 parents 04d84a2 + 764ed57 commit af6a140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -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]
Expand Down

0 comments on commit af6a140

Please sign in to comment.