removed rustc_serialize in style tests

This commit is contained in:
Manuel Hässig 2017-10-02 12:52:33 +02:00
parent 086c48210c
commit 93cee84f9f
4 changed files with 8 additions and 7 deletions

View file

@ -17,7 +17,7 @@ euclid = "0.15"
html5ever = "0.20"
parking_lot = "0.4"
rayon = "0.8"
rustc-serialize = "0.3"
serde_json = "1.0"
selectors = {path = "../../../components/selectors"}
servo_arc = {path = "../../../components/servo_arc"}
servo_atoms = {path = "../../../components/atoms"}