summaryrefslogtreecommitdiff
path: root/relax-cargo-dep.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-10-13 13:35:01 -0400
committerB. Stack <bgstack15@gmail.com>2021-10-13 13:35:01 -0400
commit00b4f076d3a4e64059cc2198a471333a5a6420a2 (patch)
tree8e5c4d608f3c2ee6174b3f2d09ab55da608f0c7f /relax-cargo-dep.patch
parentRequire NSS 3.70 (diff)
downloadlibrewolf-fedora-ff-00b4f076d3a4e64059cc2198a471333a5a6420a2.tar.gz
librewolf-fedora-ff-00b4f076d3a4e64059cc2198a471333a5a6420a2.tar.bz2
librewolf-fedora-ff-00b4f076d3a4e64059cc2198a471333a5a6420a2.zip
attempt 1 for v93.093.0-2
Diffstat (limited to 'relax-cargo-dep.patch')
-rw-r--r--relax-cargo-dep.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/relax-cargo-dep.patch b/relax-cargo-dep.patch
new file mode 100644
index 0000000..ecc6c02
--- /dev/null
+++ b/relax-cargo-dep.patch
@@ -0,0 +1,11 @@
+--- a/build/moz.configure/rust.configure
++++ b/build/moz.configure/rust.configure
+@@ -168,7 +168,7 @@
+ )
+ )
+ 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
bgstack15