зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1662868 - Use the inherent crate in FOG and update Cargo.lock. r=janerik,chutten
Differential Revision: https://phabricator.services.mozilla.com/D98059
This commit is contained in:
Родитель
e5a9f1aeee
Коммит
bfe7b8f5e5
|
@ -1545,6 +1545,7 @@ dependencies = [
|
|||
"ffi-support",
|
||||
"glean",
|
||||
"glean-core",
|
||||
"inherent",
|
||||
"log",
|
||||
"nsstring",
|
||||
"once_cell",
|
||||
|
|
|
@ -11,6 +11,7 @@ chrono = "0.4.10"
|
|||
ffi-support = "0.4"
|
||||
glean = "33.4.0"
|
||||
glean-core = { version = "33.4.0", features = ["rkv-safe-mode"] }
|
||||
inherent = "0.1.4"
|
||||
log = "0.4"
|
||||
nsstring = { path = "../../../../xpcom/rust/nsstring", optional = true }
|
||||
once_cell = "1.2.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче