2023-08-29 12:55:43 +00:00
|
|
|
# HG changeset patch
|
2024-05-21 08:22:00 +00:00
|
|
|
# Parent 83a5e219b271976ee9dfa46b74ecc1c1c6d49f94
|
2023-08-29 12:55:43 +00:00
|
|
|
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
|
|
--- a/Cargo.toml
|
|
|
|
+++ b/Cargo.toml
|
2024-05-21 08:22:00 +00:00
|
|
|
@@ -234,8 +234,14 @@ mio_0_8 = { package = "mio", git = "http
|
2023-08-29 12:55:43 +00:00
|
|
|
path = "third_party/rust/mio-0.6.23"
|
|
|
|
|
|
|
|
[patch."https://github.com/mozilla/uniffi-rs.git"]
|
2024-05-21 08:22:00 +00:00
|
|
|
uniffi = "0.27.1"
|
|
|
|
uniffi_bindgen = "0.27.1"
|
|
|
|
uniffi_build = "0.27.1"
|
|
|
|
uniffi_macros = "0.27.1"
|
|
|
|
weedle2 = "=5.0.0"
|
2023-07-05 21:06:07 +00:00
|
|
|
+
|
|
|
|
+# Package code v0.1.4 uses code "that will be rejected by a future version of Rust"
|
|
|
|
+# Shut up such messages for now to make the build succeed
|
|
|
|
+[future-incompat-report]
|
|
|
|
+frequency = "never"
|
2024-05-21 08:22:00 +00:00
|
|
|
+
|