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.14.0-1_deb10u1+rpi1^2^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=061769ff1905576696991dec2210a9480c014edd;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