File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ default-run = "polkadot"
2323
2424[dependencies ]
2525color-eyre = { version = " 0.6.1" , default-features = false }
26- tikv-jemallocator = { version = " 0.5.0" , optional = true }
26+ tikv-jemallocator = { version = " 0.5.0" , optional = true , features = [ " unprefixed_malloc_on_supported_platforms " ] }
2727
2828# Crates in our workspace, defined as dependencies so we can pass them feature flags.
2929polkadot-cli = { path = " cli" , features = [ " westend-native" , " rococo-native" ] }
@@ -36,7 +36,7 @@ polkadot-node-core-pvf-common = { path = "node/core/pvf/common" }
3636polkadot-node-core-pvf-execute-worker = { path = " node/core/pvf/execute-worker" }
3737
3838[target .'cfg(target_os = "linux")' .dependencies ]
39- tikv-jemallocator = " 0.5.0"
39+ tikv-jemallocator = { version = " 0.5.0" , features = [ " unprefixed_malloc_on_supported_platforms " ] }
4040
4141[dev-dependencies ]
4242assert_cmd = " 2.0.4"
You can’t perform that action at this time.
0 commit comments