mozilla-rust-disable-future-incompat.patch
branchfirefox117
changeset 1193 16de98d33e97
parent 1190 2a24a948b5cf
child 1200 2a0735b1eb92
equal deleted inserted replaced
1192:7612b8d8c46f 1193:16de98d33e97
     1 diff -rup a/Cargo.toml b/Cargo.toml
     1 # HG changeset patch
     2 --- a/Cargo.toml	2023-07-04 15:15:01.089470619 +0200
     2 # Parent  b62ddf6a31854e9e3c22a81056d233a50b4dd5c4
     3 +++ b/Cargo.toml	2023-07-04 15:24:31.626226962 +0200
     3 
     4 @@ -188,3 +188,8 @@ uniffi_bindgen = "=0.23.0"
     4 diff --git a/Cargo.toml b/Cargo.toml
     5  uniffi_build = "=0.23.0"
     5 --- a/Cargo.toml
     6  uniffi_macros = "=0.23.0"
     6 +++ b/Cargo.toml
       
     7 @@ -206,8 +206,13 @@ webext-storage = { git = "https://github
       
     8  path = "third_party/rust/mio-0.6.23"
       
     9  
       
    10  [patch."https://github.com/mozilla/uniffi-rs.git"]
       
    11  uniffi = "=0.24.3"
       
    12  uniffi_bindgen = "=0.24.3"
       
    13  uniffi_build = "=0.24.3"
       
    14  uniffi_macros = "=0.24.3"
     7  weedle2 = "=4.0.0"
    15  weedle2 = "=4.0.0"
     8 +
    16 +
     9 +# 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"
    10 +# Shut up such messages for now to make the build succeed
    18 +# Shut up such messages for now to make the build succeed
    11 +[future-incompat-report]
    19 +[future-incompat-report]