diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-12-30 19:04:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-30 19:04:06 -0500 |
commit | aaf2c5ad64217c06cd3c3cd77cfaa6e9eee32776 (patch) | |
tree | af9e6437b3bba2090319cd4a78b8a59f87d7a945 | |
parent | 40f1e188d0550926fe0742716313468b3cc11dfd (diff) | |
parent | d114376a8c163f93724ee24171111ce4b3ed299a (diff) | |
download | servo-aaf2c5ad64217c06cd3c3cd77cfaa6e9eee32776.tar.gz servo-aaf2c5ad64217c06cd3c3cd77cfaa6e9eee32776.zip |
Auto merge of #22577 - servo:selectors, r=SimonSapin
Publish selectors 0.21.0 on crates.io
-rw-r--r-- | Cargo.lock | 18 | ||||
-rw-r--r-- | components/selectors/Cargo.toml | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index e57c33876bd..ccf47f569bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2003,7 +2003,7 @@ dependencies = [ "rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "script_layout_interface 0.0.1", "script_traits 0.0.1", - "selectors 0.20.0", + "selectors 0.21.0", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "servo_arc 0.1.1", @@ -2053,7 +2053,7 @@ dependencies = [ "script 0.0.1", "script_layout_interface 0.0.1", "script_traits 0.0.1", - "selectors 0.20.0", + "selectors 0.21.0", "serde_json 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "servo_allocator 0.0.1", "servo_arc 0.1.1", @@ -2271,7 +2271,7 @@ dependencies = [ "hyper_serde 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "keyboard-types 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "mozjs 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", - "selectors 0.20.0", + "selectors 0.21.0", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", "servo_arc 0.1.1", @@ -3272,7 +3272,7 @@ dependencies = [ "script_layout_interface 0.0.1", "script_plugins 0.0.1", "script_traits 0.0.1", - "selectors 0.20.0", + "selectors 0.21.0", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3323,7 +3323,7 @@ dependencies = [ "profile_traits 0.0.1", "range 0.0.1", "script_traits 0.0.1", - "selectors 0.20.0", + "selectors 0.21.0", "servo_arc 0.1.1", "servo_atoms 0.0.1", "servo_url 0.0.1", @@ -3389,7 +3389,7 @@ dependencies = [ [[package]] name = "selectors" -version = "0.20.0" +version = "0.21.0" dependencies = [ "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.25.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3888,7 +3888,7 @@ dependencies = [ "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "selectors 0.20.0", + "selectors 0.21.0", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "servo_arc 0.1.1", "servo_atoms 0.0.1", @@ -3931,7 +3931,7 @@ dependencies = [ "html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "selectors 0.20.0", + "selectors 0.21.0", "serde_json 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "servo_arc 0.1.1", "servo_atoms 0.0.1", @@ -3953,7 +3953,7 @@ dependencies = [ "euclid 0.19.3 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", "malloc_size_of_derive 0.0.1", - "selectors 0.20.0", + "selectors 0.21.0", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "servo_arc 0.1.1", "servo_atoms 0.0.1", diff --git a/components/selectors/Cargo.toml b/components/selectors/Cargo.toml index 86d4a718606..b2437831b81 100644 --- a/components/selectors/Cargo.toml +++ b/components/selectors/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "selectors" -version = "0.20.0" +version = "0.21.0" authors = ["The Servo Project Developers"] documentation = "https://docs.rs/selectors/" |