mozilla-rust-disable-future-incompat.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Tue, 11 Jun 2024 08:47:42 +0200
branchfirefox126
changeset 1204 ae5e783c4fd0
parent 1200 2a0735b1eb92
permissions -rw-r--r--
126.0.1

# HG changeset patch
# Parent  83a5e219b271976ee9dfa46b74ecc1c1c6d49f94

diff --git a/Cargo.toml b/Cargo.toml
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -234,8 +234,14 @@ mio_0_8 = { package = "mio", git = "http
 path = "third_party/rust/mio-0.6.23"
 
 [patch."https://github.com/mozilla/uniffi-rs.git"]
 uniffi = "0.27.1"
 uniffi_bindgen = "0.27.1"
 uniffi_build = "0.27.1"
 uniffi_macros = "0.27.1"
 weedle2 = "=5.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"
+