mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1517616 - Re-vendor rust dependencies. r=kats
Depends on D15699 Differential Revision: https://phabricator.services.mozilla.com/D15700 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
e48bc104ff
commit
f9603f7b63
9
Cargo.lock
generated
9
Cargo.lock
generated
@ -2999,6 +2999,7 @@ dependencies = [
|
||||
"thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"webrender_api 0.58.0",
|
||||
"webrender_build 0.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3040,6 +3041,14 @@ dependencies = [
|
||||
"webrender 0.58.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "webrender_build"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "which"
|
||||
version = "1.0.3"
|
||||
|
Loading…
Reference in New Issue
Block a user