mozilla-rust-disable-future-incompat.patch
branchfirefox115
changeset 1190 2a24a948b5cf
child 1193 16de98d33e97
equal deleted inserted replaced
1189:ba0c97b018a6 1190:2a24a948b5cf
       
     1 diff -rup a/Cargo.toml b/Cargo.toml
       
     2 --- a/Cargo.toml	2023-07-04 15:15:01.089470619 +0200
       
     3 +++ b/Cargo.toml	2023-07-04 15:24:31.626226962 +0200
       
     4 @@ -188,3 +188,8 @@ uniffi_bindgen = "=0.23.0"
       
     5  uniffi_build = "=0.23.0"
       
     6  uniffi_macros = "=0.23.0"
       
     7  weedle2 = "=4.0.0"
       
     8 +
       
     9 +# 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
       
    11 +[future-incompat-report]
       
    12 +frequency = "never"