Bug 1772962 - Force the url crate to stay at 2.1.0. r=markh

Differential Revision: https://phabricator.services.mozilla.com/D148464
This commit is contained in:
Mike Hommey 2022-06-07 02:21:04 +00:00
Родитель b73a52cbc9
Коммит 3348113896
2 изменённых файлов: 4 добавлений и 0 удалений

1
Cargo.lock сгенерированный
Просмотреть файл

@ -2091,6 +2091,7 @@ dependencies = [
"tokio-threadpool",
"unic-langid",
"unic-langid-ffi",
"url",
"viaduct",
"webext_storage_bridge",
"webrender_bindings",

Просмотреть файл

@ -86,6 +86,9 @@ localization-ffi = { path = "../../../../intl/l10n/rust/localization-ffi" }
processtools = { path = "../../../components/processtools" }
qcms = { path = "../../../../gfx/qcms", features = ["c_bindings", "neon"], default-features = false }
# Force url to stay at 2.1.0. See bug 1734538.
url = "=2.1.0"
[target.'cfg(not(target_os = "android"))'.dependencies]
viaduct = "0.1"
webext_storage_bridge = { path = "../../../components/extensions/storage/webext_storage_bridge" }