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.5.0esr-1+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=32daacfad42045a03ce8c1dc3c618be184b0aed8;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