try to fix windows dll linking with mimalloc

This commit is contained in:
itsjunetime
2026-06-25 15:54:38 -05:00
parent 5c380a8713
commit 04d4efaf12
2 changed files with 3 additions and 5 deletions
Generated
+2 -4
View File
@@ -1624,8 +1624,7 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
[[package]]
name = "libmimalloc-sys"
version = "0.1.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a45a52f43e1c16f667ccfe4dd8c85b7f7c204fd5e3bf46c5b0db9a5c3c0b8e9"
source = "git+https://github.com/itsjunetime/mimalloc_rust.git?rev=415474d8d035ff8d39ad0f2ceed98ef48d7456e3#415474d8d035ff8d39ad0f2ceed98ef48d7456e3"
dependencies = [
"cc",
]
@@ -1751,8 +1750,7 @@ dependencies = [
[[package]]
name = "mimalloc"
version = "0.1.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d4139bb28d14ad1facf21d5eb8825051b326e172d216b39f6d31df53cc97862"
source = "git+https://github.com/itsjunetime/mimalloc_rust.git?rev=415474d8d035ff8d39ad0f2ceed98ef48d7456e3#415474d8d035ff8d39ad0f2ceed98ef48d7456e3"
dependencies = [
"libmimalloc-sys",
]