mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Enable unstable feature in string-cache.
See https://github.com/servo/string-cache/pull/95
This commit is contained in:
parent
930921b0c3
commit
47b07ae2e4
4 changed files with 4 additions and 1 deletions
1
components/servo/Cargo.lock
generated
1
components/servo/Cargo.lock
generated
|
@ -1304,6 +1304,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
dependencies = [
|
||||
"lazy_static 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"string_cache_plugin 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"string_cache_shared 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue