mozilla-rust-disable-future-incompat.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Sun, 27 Aug 2023 10:23:20 +0200
branchfirefox116
changeset 1192 7612b8d8c46f
parent 1190 2a24a948b5cf
child 1193 16de98d33e97
permissions -rw-r--r--
116.0.3

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"
 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"