diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-01 13:29:58 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-01 13:29:58 +0100 |
commit | b623874e96cae8250e116c486b6a1b885889e511 (patch) | |
tree | e7cb96ee373072757e10794a11a46eaedf1363d6 /deb_patches/relax-cargo-dep.patch | |
parent | fix Changelog (diff) | |
download | librewolf-linux-b623874e96cae8250e116c486b6a1b885889e511.tar.gz librewolf-linux-b623874e96cae8250e116c486b6a1b885889e511.tar.bz2 librewolf-linux-b623874e96cae8250e116c486b6a1b885889e511.zip |
test building tarball with some very preliminary patches
Diffstat (limited to 'deb_patches/relax-cargo-dep.patch')
-rw-r--r-- | deb_patches/relax-cargo-dep.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deb_patches/relax-cargo-dep.patch b/deb_patches/relax-cargo-dep.patch new file mode 100644 index 0000000..f83558c --- /dev/null +++ b/deb_patches/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("1.47.0") + else: + 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 |