Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:amax71
MozillaFirefox
mozilla-rust-disable-future-incompat.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozilla-rust-disable-future-incompat.patch of Package MozillaFirefox
# HG changeset patch # Parent fa3b49f090f8b4a1af0510a675d2674a420fcbc6 diff --git a/Cargo.toml b/Cargo.toml --- a/Cargo.toml +++ b/Cargo.toml @@ -219,8 +219,13 @@ webext-storage = { git = "https://github path = "third_party/rust/mio-0.6.23" [patch."https://github.com/mozilla/uniffi-rs.git"] uniffi = "=0.25.3" uniffi_bindgen = "=0.25.3" uniffi_build = "=0.25.3" uniffi_macros = "=0.25.3" 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"
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