17 lines
799 B
Diff
17 lines
799 B
Diff
# HG changeset patch
|
|
# Parent 83a5e219b271976ee9dfa46b74ecc1c1c6d49f94
|
|
|
|
Index: firefox-128.0/Cargo.toml
|
|
===================================================================
|
|
--- firefox-128.0.orig/Cargo.toml
|
|
+++ firefox-128.0/Cargo.toml
|
|
@@ -236,3 +236,8 @@ mio_0_8 = { package = "mio", git = "http
|
|
# Patch `gpu-descriptor` 0.3.0 to remove unnecessary `allocator-api2` dep.:
|
|
# Still waiting for the now-merged <https://github.com/zakarumych/gpu-descriptor/pull/40> to be released.
|
|
gpu-descriptor = { git = "https://github.com/zakarumych/gpu-descriptor", rev = "7b71a4e47c81903ad75e2c53deb5ab1310f6ff4d" }
|
|
+
|
|
+# Package code v0.1.4 uses code "that will be rejected by a future version of Rust"
|
|
+# Shut up such messages for now to make the build succeed
|
|
+[future-incompat-report]
|
|
+frequency = "never"
|