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%102.9.0-1_deb11u1+rpi1~2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3462db056dd9c7ef9b0f4d8c80a27e2c7f474701;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 e64dc5d5ec..af34c4609d 100644 --- a/build/moz.configure/rust.configure +++ b/build/moz.configure/rust.configure @@ -171,7 +171,7 @@ def rust_compiler(rustc_info, cargo_info, target): ) ) 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