mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
servo: Merge #17118 - Remove unicode-bidi/with_serde feature from style deps (from upsuper:unicode-bidi-serde); r=heycam
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. Source-Repo: https://github.com/servo/servo Source-Revision: af6a14070779a4ba166c8a3a8d6488437a6604b3 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 656f6a3562d94f5909c98c2b0f7729254117926b
This commit is contained in:
parent
6c29c8bee1
commit
cba525c8ae
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user