diff options
author | B Stack <bgstack15@gmail.com> | 2021-02-01 09:35:54 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-02-01 09:35:54 -0500 |
commit | 9a0c533c0a343c4c35cab431f67b98f3a6e94e12 (patch) | |
tree | 6b6b51c2e0e387c518aa08ac988b9cbc46688135 /deb_patches/relax-cargo-dep.patch | |
parent | add notes from !12 (diff) | |
parent | fix a badly merged patch (diff) | |
download | librewolf-linux-9a0c533c0a343c4c35cab431f67b98f3a6e94e12.tar.gz librewolf-linux-9a0c533c0a343c4c35cab431f67b98f3a6e94e12.tar.bz2 librewolf-linux-9a0c533c0a343c4c35cab431f67b98f3a6e94e12.zip |
Merge branch 'master' of https://gitlab.com/librewolf-community/browser/linux into debian
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 |