Skip to content

Commit 1402987

Browse files
committed
Evaluate mimalloc v3.
1 parent a270e4f commit 1402987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jaq-all = { workspace = true }
2020
dirs = { version = "6.0" }
2121
env_logger = { version = "0.10.0", default-features = false }
2222
log = { version = "0.4.17" }
23-
mimalloc = { version = "0.1.29", default-features = false, optional = true }
23+
mimalloc = { version = "0.1.29", features = ["v3"], default-features = false, optional = true }
2424
rustyline = { version = "13.0.0", default-features = false, features = ["with-file-history"] }
2525
tempfile = "3.3.0"

0 commit comments

Comments
 (0)