Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Thaodan:mozilla
MozillaFirefox
0028-Shut-up-warnings-about-future-Rust-version...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0028-Shut-up-warnings-about-future-Rust-version-incompati.patch of Package MozillaFirefox
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 54221a066014376eec8711085fd78895089ab650..77f534991b1a5674e8fedebca5ec4df570dc1a5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -222,3 +222,8 @@ webext-storage = { git = "https://github.com/mozilla/application-services", rev # Patch `gpu-descriptor` 0.3.0 to remove unnecessary `allocator-api2` dep.: # Still waiting for the now-merged <https://github.com/zakarumych/gpu-descriptor/pull/40> to be released. gpu-descriptor = { git = "https://github.com/zakarumych/gpu-descriptor", rev = "7b71a4e47c81903ad75e2c53deb5ab1310f6ff4d" } + +# 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"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor