~dgadomski/firefox/firefox-jammy-apparmor-downloads

« back to all changes in this revision

Viewing changes to debian/patches/relax-cargo-dep.patch

  • Committer: Olivier Tilloy
  • Date: 2021-11-30 19:17:11 UTC
  • mfrom: (1086.1.351 firefox-beta.jammy)
  • Revision ID: olivier.tilloy@canonical.com-20211130191711-81g2ecs3zs5yi8bk
* New upstream release (95.0+build1)

[ Rico Tzschichholz ]
* Bump build-dep on cargo >= 0.54
  - debian/control{,.in}
  - debian/patches/relax-cargo-dep.patch
* Update patches
  - debian/patches/armhf-rustc-thin-lto.patch
* Pass --without-wasm-sandboxed-libraries
  - debian/config/mozconfig.in
* Install more sizes of the firefox application icon
  - debian/build/rules.mk
* Bump dump_sys to bf7f6bd855eb6ecb233b52bfa7b2c975b7026540 (LP: #1945770)
  - debian/build/create-tarball.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -r 246cfe5d5a05 build/moz.configure/rust.configure
2
 
--- a/build/moz.configure/rust.configure        Sat Oct 02 16:40:36 2021 +0000
3
 
+++ b/build/moz.configure/rust.configure        Sun Oct 03 11:00:29 2021 +0200
4
 
@@ -171,7 +171,7 @@
5
 
             )
6
 
         )
7
 
     rustc_min_version = Version(MINIMUM_RUST_VERSION)
8
 
-    cargo_min_version = rustc_min_version
9
 
+    cargo_min_version = Version("1.51.0")
10
 
 
11
 
     version = rustc_info.version
12
 
     is_nightly = "nightly" in version.version