From 3565600f989b9022461fd1fb4dcf0abdafcf1131 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 22 May 2017 14:37:33 +0200 Subject: [PATCH] Selectors 0.18 is published, bump to 0.19 --- Cargo.lock | 18 +++++++++--------- components/selectors/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fb540e2fe2..6399fa7f2f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", @@ -1397,7 +1397,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)", @@ -1445,7 +1445,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", @@ -2368,7 +2368,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", @@ -2412,7 +2412,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)", @@ -2465,7 +2465,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)", @@ -2860,7 +2860,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", @@ -2896,7 +2896,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", @@ -2929,7 +2929,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", diff --git a/components/selectors/Cargo.toml b/components/selectors/Cargo.toml index 4ca9a240c67..f0c48ad4f8d 100644 --- a/components/selectors/Cargo.toml +++ b/components/selectors/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "selectors" -version = "0.18.0" # Not yet published +version = "0.19.0" # Not yet published authors = ["Simon Sapin ", "Alan Jeffrey "] documentation = "https://docs.rs/selectors/"