mozilla-rust-disable-future-incompat.patch
branchfirefox122
changeset 1200 2a0735b1eb92
parent 1193 16de98d33e97
equal deleted inserted replaced
1199:4c520ebe1ad7 1200:2a0735b1eb92
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent  b62ddf6a31854e9e3c22a81056d233a50b4dd5c4
     2 # Parent  fa3b49f090f8b4a1af0510a675d2674a420fcbc6
     3 
     3 
     4 diff --git a/Cargo.toml b/Cargo.toml
     4 diff --git a/Cargo.toml b/Cargo.toml
     5 --- a/Cargo.toml
     5 --- a/Cargo.toml
     6 +++ b/Cargo.toml
     6 +++ b/Cargo.toml
     7 @@ -206,8 +206,13 @@ webext-storage = { git = "https://github
     7 @@ -219,8 +219,13 @@ webext-storage = { git = "https://github
     8  path = "third_party/rust/mio-0.6.23"
     8  path = "third_party/rust/mio-0.6.23"
     9  
     9  
    10  [patch."https://github.com/mozilla/uniffi-rs.git"]
    10  [patch."https://github.com/mozilla/uniffi-rs.git"]
    11  uniffi = "=0.24.3"
    11  uniffi = "=0.25.3"
    12  uniffi_bindgen = "=0.24.3"
    12  uniffi_bindgen = "=0.25.3"
    13  uniffi_build = "=0.24.3"
    13  uniffi_build = "=0.25.3"
    14  uniffi_macros = "=0.24.3"
    14  uniffi_macros = "=0.25.3"
    15  weedle2 = "=4.0.0"
    15  weedle2 = "=4.0.0"
    16 +
    16 +
    17 +# Package code v0.1.4 uses code "that will be rejected by a future version of Rust"
    17 +# Package code v0.1.4 uses code "that will be rejected by a future version of Rust"
    18 +# Shut up such messages for now to make the build succeed
    18 +# Shut up such messages for now to make the build succeed
    19 +[future-incompat-report]
    19 +[future-incompat-report]