Decrease Cargo minimal version to 1.46.0
authorCarsten Schoenert <c.schoenert@t-online.de>
Sat, 19 Dec 2020 08:14:20 +0000 (09:14 +0100)
committerCarsten Schoenert <c.schoenert@t-online.de>
Sat, 30 Jul 2022 08:47:10 +0000 (09:47 +0100)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Decrease-Cargo-minimal-version-to-1.46.0.patch

build/moz.configure/rust.configure

index cd77d72bb77bf1c41126afdca2a660e7a04f1b48..40f017da675cf18aea83b450fc0422f1504161a0 100644 (file)
@@ -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