diff -r 7612b8d8c46f -r 16de98d33e97 mozilla-rust-disable-future-incompat.patch --- a/mozilla-rust-disable-future-incompat.patch Sun Aug 27 10:23:20 2023 +0200 +++ b/mozilla-rust-disable-future-incompat.patch Sat Sep 23 09:32:28 2023 +0200 @@ -1,9 +1,17 @@ -diff -rup a/Cargo.toml b/Cargo.toml ---- a/Cargo.toml 2023-07-04 15:15:01.089470619 +0200 -+++ b/Cargo.toml 2023-07-04 15:24:31.626226962 +0200 -@@ -188,3 +188,8 @@ uniffi_bindgen = "=0.23.0" - uniffi_build = "=0.23.0" - uniffi_macros = "=0.23.0" +# HG changeset patch +# Parent b62ddf6a31854e9e3c22a81056d233a50b4dd5c4 + +diff --git a/Cargo.toml b/Cargo.toml +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -206,8 +206,13 @@ webext-storage = { git = "https://github + path = "third_party/rust/mio-0.6.23" + + [patch."https://github.com/mozilla/uniffi-rs.git"] + uniffi = "=0.24.3" + uniffi_bindgen = "=0.24.3" + uniffi_build = "=0.24.3" + uniffi_macros = "=0.24.3" weedle2 = "=4.0.0" + +# Package code v0.1.4 uses code "that will be rejected by a future version of Rust"