# HG changeset patch # Parent 83a5e219b271976ee9dfa46b74ecc1c1c6d49f94 diff --git a/Cargo.toml b/Cargo.toml --- a/Cargo.toml +++ b/Cargo.toml @@ -234,8 +234,14 @@ mio_0_8 = { package = "mio", git = "http path = "third_party/rust/mio-0.6.23" [patch."https://github.com/mozilla/uniffi-rs.git"] uniffi = "0.27.1" uniffi_bindgen = "0.27.1" uniffi_build = "0.27.1" uniffi_macros = "0.27.1" weedle2 = "=5.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" +