2023-08-29 14:55:43 +02:00
|
|
|
# HG changeset patch
|
2024-01-25 12:10:30 +01:00
|
|
|
# Parent fa3b49f090f8b4a1af0510a675d2674a420fcbc6
|
2023-08-29 14:55:43 +02:00
|
|
|
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
|
|
--- a/Cargo.toml
|
|
|
|
+++ b/Cargo.toml
|
2024-01-25 12:10:30 +01:00
|
|
|
@@ -219,8 +219,13 @@ webext-storage = { git = "https://github
|
2023-08-29 14:55:43 +02:00
|
|
|
path = "third_party/rust/mio-0.6.23"
|
|
|
|
|
|
|
|
[patch."https://github.com/mozilla/uniffi-rs.git"]
|
2024-01-25 12:10:30 +01:00
|
|
|
uniffi = "=0.25.3"
|
|
|
|
uniffi_bindgen = "=0.25.3"
|
|
|
|
uniffi_build = "=0.25.3"
|
|
|
|
uniffi_macros = "=0.25.3"
|
2023-07-05 23:06:07 +02:00
|
|
|
weedle2 = "=4.0.0"
|
|
|
|
+
|
|
|
|
+# 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"
|