Rollup merge of #16995 - servo:selectorsup, r=emilio

Selectors 0.18 is published, bump to 0.19

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16995)
<!-- Reviewable:end -->
This commit is contained in:
Anthony Ramine 2017-05-23 14:14:19 +02:00 committed by GitHub
commit 78e9945908
2 changed files with 10 additions and 10 deletions

18
Cargo.lock generated
View file

@ -971,7 +971,7 @@ dependencies = [
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"nsstring_vendor 0.1.0",
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"selectors 0.18.0",
"selectors 0.19.0",
"style 0.0.1",
"style_traits 0.0.1",
"stylo_tests 0.0.1",
@ -1398,7 +1398,7 @@ dependencies = [
"rayon 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"script_layout_interface 0.0.1",
"script_traits 0.0.1",
"selectors 0.18.0",
"selectors 0.19.0",
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1446,7 +1446,7 @@ dependencies = [
"script 0.0.1",
"script_layout_interface 0.0.1",
"script_traits 0.0.1",
"selectors 0.18.0",
"selectors 0.19.0",
"serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
"servo_config 0.0.1",
@ -2369,7 +2369,7 @@ dependencies = [
"script_layout_interface 0.0.1",
"script_plugins 0.0.1",
"script_traits 0.0.1",
"selectors 0.18.0",
"selectors 0.19.0",
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
"servo_atoms 0.0.1",
@ -2413,7 +2413,7 @@ dependencies = [
"profile_traits 0.0.1",
"range 0.0.1",
"script_traits 0.0.1",
"selectors 0.18.0",
"selectors 0.19.0",
"servo_url 0.0.1",
"style 0.0.1",
"webrender_traits 0.39.0 (git+https://github.com/servo/webrender)",
@ -2466,7 +2466,7 @@ dependencies = [
[[package]]
name = "selectors"
version = "0.18.0"
version = "0.19.0"
dependencies = [
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cssparser 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2869,7 +2869,7 @@ dependencies = [
"precomputed-hash 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"selectors 0.18.0",
"selectors 0.19.0",
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
"servo_atoms 0.0.1",
@ -2906,7 +2906,7 @@ dependencies = [
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
"selectors 0.18.0",
"selectors 0.19.0",
"servo_atoms 0.0.1",
"servo_config 0.0.1",
"servo_url 0.0.1",
@ -2939,7 +2939,7 @@ dependencies = [
"geckoservo 0.0.1",
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"selectors 0.18.0",
"selectors 0.19.0",
"size_of_test 0.0.1",
"style 0.0.1",
"style_traits 0.0.1",

View file

@ -1,7 +1,7 @@
[package]
name = "selectors"
version = "0.18.0" # Not yet published
version = "0.19.0" # Not yet published
authors = ["Simon Sapin <simon.sapin@exyr.org>", "Alan Jeffrey <ajeffrey@mozilla.com>"]
documentation = "https://docs.rs/selectors/"