We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee95f16 commit 5525c71Copy full SHA for 5525c71
1 file changed
Cargo.toml
@@ -59,7 +59,7 @@ smallvec = { version = "=1.15.1", features = [
59
], optional = true }
60
strum = { version = "=0.28.0", features = ["derive"], optional = true }
61
tikv-jemallocator = { version = "=0.6.1", features = [
62
- "unprefixed_malloc_on_supported_platforms"
+ "override_allocator_on_supported_platforms",
63
64
tokio = { version = "=1.52.1", features = ["fs", "parking_lot", "signal"] }
65
tokio-util = "=0.7.18"
0 commit comments