From 559d7ca36a099b2d333786ae88b792b06d7c6325 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Sat, 6 Feb 2021 07:52:19 +0900 Subject: [PATCH] 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 --- build/moz.configure/rust.configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/moz.configure/rust.configure b/build/moz.configure/rust.configure index cd77d72bb77..eb7bbf760de 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 -- 2.30.2