mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Use the unstable feature of string_cache and selectors in geckolib
This should enable Cargo to reuse more build artifacts between servo and geckolib.
This commit is contained in:
parent
fee7cb179e
commit
80bcbcb966
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@ lazy_static = "0.1"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
num_cpus = "0.2.2"
|
num_cpus = "0.2.2"
|
||||||
selectors = {version = "0.5", features = ["heap_size"]}
|
selectors = {version = "0.5", features = ["heap_size", "unstable"]}
|
||||||
smallvec = "0.1"
|
smallvec = "0.1"
|
||||||
string_cache = {version = "0.2.10", features = ["heap_size"]}
|
string_cache = {version = "0.2.10", features = ["heap_size", "unstable"]}
|
||||||
url = {version = "0.5.5", features = ["heap_size"]}
|
url = {version = "0.5.5", features = ["heap_size"]}
|
||||||
|
|
||||||
[dependencies.plugins]
|
[dependencies.plugins]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue