From: Carsten Schoenert Date: Sat, 19 Dec 2020 08:14:20 +0000 (+0100) Subject: Decrease Cargo minimal version to 1.46.0 X-Git-Tag: archive/raspbian/1%91.9.0-1_deb10u1+rpi1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fe3705a96e0ebb283361992b63208121da576c3f;p=thunderbird.git Decrease Cargo minimal version to 1.46.0 Gbp-Pq: Topic debian-hacks Gbp-Pq: Name Decrease-Cargo-minimal-version-to-1.46.0.patch --- diff --git a/build/moz.configure/rust.configure b/build/moz.configure/rust.configure index cd77d72bb7..40f017da67 100644 --- a/build/moz.configure/rust.configure +++ b/build/moz.configure/rust.configure @@ -171,7 +171,7 @@ def rust_compiler(rustc_info, cargo_info): ) ) rustc_min_version = Version(MINIMUM_RUST_VERSION) - cargo_min_version = rustc_min_version + cargo_min_version = Version('1.46.0') version = rustc_info.version is_nightly = "nightly" in version.version