Skip to content

Commit 2c6fb0d

Browse files
Y0bazonyitoo
authored andcommitted
Disable default features in mimalloc allocator
1 parent c3f52ee commit 2c6fb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ tokio = { version = "1", features = ["rt", "signal"] }
153153

154154
ipnet = { version = "2.3", optional = true }
155155

156-
mimalloc = { version = "0.1", optional = true }
156+
mimalloc = { version = "0.1", default-features = false, optional = true }
157157
tcmalloc = { version = "0.3", optional = true }
158158
jemallocator = { version = "0.3", optional = true }
159159
snmalloc-rs = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)