From 00b4f076d3a4e64059cc2198a471333a5a6420a2 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 13 Oct 2021 13:35:01 -0400 Subject: attempt 1 for v93.0 --- relax-cargo-dep.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 relax-cargo-dep.patch (limited to 'relax-cargo-dep.patch') 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 -- cgit