mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update selectors to 0.11
This brings :not() with proper list of complex selectors as argument.
This commit is contained in:
parent
609d47b44f
commit
1c4cc6c703
13 changed files with 60 additions and 60 deletions
|
@ -62,7 +62,7 @@ regex = "0.1.43"
|
|||
rustc-serialize = "0.3"
|
||||
script_layout_interface = {path = "../script_layout_interface"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
selectors = {version = "0.10", features = ["heap_size"]}
|
||||
selectors = {version = "0.11", features = ["heap_size"]}
|
||||
serde = "0.8"
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.23", features = ["heap_size", "unstable"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue