Auto merge of #15440 - KiChjang:selectors, r=KiChjang

Update selectors to 0.17

Closes #15434.
This commit is contained in:
bors-servo 2017-02-07 20:36:59 -08:00 committed by GitHub
commit f7e75fd001
16 changed files with 29 additions and 77 deletions

View file

@ -70,7 +70,7 @@ regex = "0.2"
rustc-serialize = "0.3"
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}
selectors = "0.15.1"
selectors = "0.17"
serde = "0.8"
servo_atoms = {path = "../atoms"}
servo_config = {path = "../config", features = ["servo"] }