зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1584904
- Remove cert_storage dependency on style. r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D47727 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
2b03a82ba0
Коммит
3a96c1c704
|
@ -424,7 +424,6 @@ dependencies = [
|
|||
"rust_cascade 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"storage_variant 0.1.0",
|
||||
"style 0.0.1",
|
||||
"tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"thin-vec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -16,7 +16,6 @@ rkv = "0.10.2"
|
|||
rust_cascade = "0.3.4"
|
||||
sha2 = "^0.8"
|
||||
storage_variant = { path = "../../../../storage/variant" }
|
||||
style = { path = "../../../../servo/components/style" }
|
||||
tempfile = "3"
|
||||
thin-vec = { version = "0.1.0", features = ["gecko-ffi"] }
|
||||
time = "0.1"
|
||||
|
|
|
@ -18,7 +18,6 @@ extern crate time;
|
|||
#[macro_use]
|
||||
extern crate xpcom;
|
||||
extern crate storage_variant;
|
||||
extern crate style;
|
||||
extern crate tempfile;
|
||||
|
||||
use byteorder::{NetworkEndian, ReadBytesExt, WriteBytesExt};
|
||||
|
|
Загрузка…
Ссылка в новой задаче