Bug 1788157 - Straighten up uniffi Cargo.toml patches. r=markh

Without strict =version dependencies in the patch, cargo is lost when
new versions are published on crates.io.

Differential Revision: https://phabricator.services.mozilla.com/D156039
This commit is contained in:
Mike Hommey 2022-08-31 02:35:55 +00:00
Родитель 6768676f5c
Коммит 0082be5823
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -176,8 +176,8 @@ neqo-common = { path = "third_party/rust/neqo-common" }
# duplicate crates.
[patch."https://github.com/mozilla/uniffi-rs.git"]
uniffi = "0.19.3"
uniffi_bindgen = "0.19.3"
uniffi_build = "0.19.3"
uniffi_macros = "0.19.3"
weedle2 = "3.0.0"
uniffi = "=0.19.3"
uniffi_bindgen = "=0.19.3"
uniffi_build = "=0.19.3"
uniffi_macros = "=0.19.3"
weedle2 = "=3.0.0"