diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2015-07-31 17:36:43 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2015-07-31 17:36:43 +0200 |
commit | 80867917af1152384f491e4a381258413ad6f3d5 (patch) | |
tree | a17c9285155a9a3bb20b2583caf5e1e50e74085b | |
parent | 9d4ee559e53a31789a50aa8d8516fa4c91619b0a (diff) | |
download | servo-80867917af1152384f491e4a381258413ad6f3d5.tar.gz servo-80867917af1152384f491e4a381258413ad6f3d5.zip |
Update rust-selectors and enable unstable features.
-rw-r--r-- | components/servo/Cargo.lock | 10 | ||||
-rw-r--r-- | components/style/Cargo.toml | 1 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 10 | ||||
-rw-r--r-- | ports/gonk/Cargo.lock | 10 |
4 files changed, 22 insertions, 9 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 26bd154f535..e541cd121e7 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -1126,9 +1126,13 @@ dependencies = [ ] [[package]] -name = "quicksort" +name = "quickersort" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "unreachable 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "rand" @@ -1243,13 +1247,13 @@ dependencies = [ [[package]] name = "selectors" version = "0.1.0" -source = "git+https://github.com/servo/rust-selectors#5d5c2ec6c9e703cb3d231b92fc962b330d2f67d5" +source = "git+https://github.com/servo/rust-selectors#e4d0af9115b82e47890a67a678aaa27aa270f083" dependencies = [ "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "quicksort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "quickersort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache_plugin 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 8f44f13e47b..79259bfb392 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -17,6 +17,7 @@ path = "../util" [dependencies.selectors] git = "https://github.com/servo/rust-selectors" +features = ["unstable"] [dependencies.cssparser] version = "0.3" diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index bd18da29e8b..7c0f9b6206b 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -1110,9 +1110,13 @@ dependencies = [ ] [[package]] -name = "quicksort" +name = "quickersort" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "unreachable 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "rand" @@ -1219,13 +1223,13 @@ dependencies = [ [[package]] name = "selectors" version = "0.1.0" -source = "git+https://github.com/servo/rust-selectors#5d5c2ec6c9e703cb3d231b92fc962b330d2f67d5" +source = "git+https://github.com/servo/rust-selectors#e4d0af9115b82e47890a67a678aaa27aa270f083" dependencies = [ "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "quicksort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "quickersort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache_plugin 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 3e270a9daa0..e604959ce2a 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -1012,9 +1012,13 @@ dependencies = [ ] [[package]] -name = "quicksort" +name = "quickersort" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "num 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", + "unreachable 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "rand" @@ -1121,13 +1125,13 @@ dependencies = [ [[package]] name = "selectors" version = "0.1.0" -source = "git+https://github.com/servo/rust-selectors#5d5c2ec6c9e703cb3d231b92fc962b330d2f67d5" +source = "git+https://github.com/servo/rust-selectors#e4d0af9115b82e47890a67a678aaa27aa270f083" dependencies = [ "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "quicksort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "quickersort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache_plugin 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |