From: Mike Hommey Date: Thu, 9 Jun 2022 21:22:33 +0000 (+0900) Subject: Allow to build with cargo in Debian unstable X-Git-Tag: archive/raspbian/102.2.0esr-1+rpi1~6^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cc0907918c1539ac5b784d029e52373a224cb057;p=firefox-esr.git Allow to build with cargo in Debian unstable Gbp-Pq: Topic debian-hacks Gbp-Pq: Name Allow-to-build-with-cargo-in-Debian-unstable.patch --- diff --git a/build/moz.configure/rust.configure b/build/moz.configure/rust.configure index e64dc5d5ecc..10c8947bc07 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.56.0") version = rustc_info.version is_nightly = "nightly" in version.version