Skip to content

Commit 5525c71

Browse files
committed
fix: update tikv-jemallocator feature to override_allocator_on_supported_platforms
1 parent ee95f16 commit 5525c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ smallvec = { version = "=1.15.1", features = [
5959
], optional = true }
6060
strum = { version = "=0.28.0", features = ["derive"], optional = true }
6161
tikv-jemallocator = { version = "=0.6.1", features = [
62-
"unprefixed_malloc_on_supported_platforms"
62+
"override_allocator_on_supported_platforms",
6363
], optional = true }
6464
tokio = { version = "=1.52.1", features = ["fs", "parking_lot", "signal"] }
6565
tokio-util = "=0.7.18"

0 commit comments

Comments
 (0)