Bug 1982003 - Apply allocator-api2 upstream fix to build with rust 1.89. a=RyanVM

Original Revision: https://phabricator.services.mozilla.com/D264362

Differential Revision: https://phabricator.services.mozilla.com/D264537
This commit is contained in:
Mike Hommey
2025-09-25 19:54:59 +00:00
committed by rvandermeulen@mozilla.com
parent 40dc24686f
commit 94e68b81a7
28 changed files with 8351 additions and 8330 deletions

3
Cargo.lock generated
View File

@@ -28,8 +28,7 @@ dependencies = [
[[package]]
name = "allocator-api2"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
source = "git+https://github.com/glandium/allocator-api2?rev=ad5f3d56a5a4519eff52af4ff85293431466ef5c#ad5f3d56a5a4519eff52af4ff85293431466ef5c"
dependencies = [
"serde",
]