Update selectors to 0.15.1

selectors 0.15.1 supports AFFECTED_BY_ANIMATIONS and
AFFECTED_BY_TRANSITIONS, which are used by stylo animations.
This commit is contained in:
Boris Chiou 2017-01-23 14:44:20 +08:00
parent c75946c3ed
commit 9360beb03c
9 changed files with 18 additions and 18 deletions

View file

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

View file

@ -31,7 +31,7 @@ rayon = "0.6"
script = {path = "../script"}
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}
selectors = "0.15"
selectors = "0.15.1"
serde_derive = "0.8"
serde_json = "0.8"
servo_config = {path = "../config"}

View file

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

View file

@ -29,7 +29,7 @@ plugins = {path = "../plugins"}
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}
script_traits = {path = "../script_traits"}
selectors = "0.15"
selectors = "0.15.1"
servo_atoms = {path = "../atoms"}
servo_url = {path = "../url"}
style = {path = "../style"}

View file

@ -46,7 +46,7 @@ phf = "0.7.20"
quickersort = "2.0.0"
rayon = "0.6"
rustc-serialize = "0.3"
selectors = "0.15"
selectors = "0.15.1"
serde = {version = "0.8", optional = true}
serde_derive = {version = "0.8", optional = true}
servo_atoms = {path = "../atoms", optional = true}