Update selectors to 0.17

This commit is contained in:
Anthony Ramine 2017-02-07 22:52:10 +01:00 committed by Keith Yeung
parent c48a326fb3
commit 55b2c5c1bd
16 changed files with 29 additions and 77 deletions

View file

@ -34,7 +34,7 @@ range = {path = "../range"}
rayon = "0.6"
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}
selectors = "0.15.1"
selectors = "0.17"
serde = "0.8"
serde_derive = "0.8"
servo_geometry = {path = "../geometry"}