Skip to content

Commit 04d4efa

Browse files
committed
try to fix windows dll linking with mimalloc
1 parent 5c380a8 commit 04d4efa

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
3131
futures-util = { version = "0.3.30", default-features = false }
3232
flume = { version = "0.12.0", default-features = false, features = ["async"] }
3333
xflags = "0.4.0-pre.2"
34-
mimalloc = { version = "0.1.43", features = [ "debug_in_debug" ] }
34+
mimalloc = { git = "https://github.com/itsjunetime/mimalloc_rust.git", rev = "415474d8d035ff8d39ad0f2ceed98ef48d7456e3", features = [ "debug_in_debug" ] }
3535
nix = { version = "0.31.0", features = ["signal"] }
3636
mupdf = { git = "https://github.com/messense/mupdf-rs.git", rev = "d7441b9998c92135e329559c0aa71d9dc92cf4de", default-features = false, features = ["svg", "system-fonts", "img"] }
3737
rayon = { version = "1", default-features = false }

0 commit comments

Comments
 (0)