summarylogtreecommitdiffstats
path: root/0028-Shut-up-warnings-about-future-Rust-version-incompati.patch
blob: cc1badf6f93c0647693c6652c7d8d222c3ffb8d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= <bjorn.bidar@jolla.com>
Date: Sat, 22 Jul 2023 18:08:57 +0300
Subject: [PATCH] Shut up warnings about future Rust version incompatibilities
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Björn Bidar <bjorn.bidar@jolla.com>
---
 Cargo.toml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index 36341dd1aeb6ce372ad20c5e73830b8314eb03db..42228d5f3dfac3da24211eef6c000bdda3849dd6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -243,3 +243,8 @@ gpu-descriptor = { git = "https://github.com/zakarumych/gpu-descriptor", rev = "
 # There is not going to be new version of mio 0.6, mio now being >= 0.7.11.
 [patch.crates-io.mio]
 path = "third_party/rust/mio-0.6.23"
+
+# 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"