From 305bc0e9a971a0f93f6107ed70e814f45bca121c Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 2 Oct 2021 18:59:16 -0400 Subject: 92.0.1 --- 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