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>
Thu, 14 Sep 2023 03:42:52 +0000 (04:42 +0100)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Decrease-Cargo-minimal-version-to-1.46.0.patch

build/moz.configure/rust.configure

index e64dc5d5ecc88b631937d6767caad3f8ab4c0fcc..af34c4609d355470311556422e189f98dc019c19 100644 (file)
@@ -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