There was an error while loading. Please reload this page.
unprefixed_malloc_on_supported_platforms
tikv-jemallocator
1 parent 454600e commit 40fa88fCopy full SHA for 40fa88f
1 file changed
bin/ream/Cargo.toml
@@ -45,7 +45,9 @@ serde.workspace = true
45
serde_json.workspace = true
46
serde_yaml.workspace = true
47
ssz_types.workspace = true
48
-tikv-jemallocator.workspace = true
+tikv-jemallocator = { workspace = true, features = [
49
+ "unprefixed_malloc_on_supported_platforms",
50
+] }
51
tokio.workspace = true
52
tracing = { workspace = true, features = ["log"] }
53
tracing-subscriber = { workspace = true, features = ["env-filter"] }
0 commit comments