Skip to content

Commit c8e0b3f

Browse files
committed
use custom mimalloc build
1 parent 403bab6 commit c8e0b3f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ image = "0.25.10"
5050
lru = "0.17"
5151
memchr = "2.8.0"
5252
# Pin mimalloc to the requested fork commit until the updated submodule lands in a release.
53-
mimalloc = { git = "https://github.com/havunen/mimalloc_rust.git", rev = "a035c86714c489aea1174e4812e45d8eb655b484", features = ["debug_in_debug", "win_init_use_tls_dllmain"] }
54-
libmimalloc-sys = { git = "https://github.com/havunen/mimalloc_rust.git", rev = "a035c86714c489aea1174e4812e45d8eb655b484", features = ["extended"] }
53+
mimalloc = { git = "https://github.com/havunen/mimalloc_rust.git", rev = "5dd89b8c889b05e6d11278e37b2009d5b22ef1b3", features = ["debug_in_debug", "win_init_use_tls_dllmain"] }
54+
libmimalloc-sys = { git = "https://github.com/havunen/mimalloc_rust.git", rev = "5dd89b8c889b05e6d11278e37b2009d5b22ef1b3", features = ["extended"] }
5555
pulldown-cmark = { version = "0.13", default-features = false, features = ["simd"] }
5656
notify = "9.0.0-rc.3"
5757
raw-window-handle = "0.6"

0 commit comments

Comments
 (0)