Skip to content

Commit 5005dc3

Browse files
committed
Fix lcli
1 parent a082ba5 commit 5005dc3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lcli/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ edition = "2021"
88
[features]
99
portable = ["bls/supranational-portable"]
1010
fake_crypto = ['bls/fake_crypto']
11+
jemalloc = ["malloc_utils/jemalloc"]
1112

1213
[dependencies]
1314
bls = { path = "../crypto/bls" }
@@ -40,3 +41,4 @@ eth2 = { path = "../common/eth2" }
4041
snap = "1.0.1"
4142
beacon_chain = { path = "../beacon_node/beacon_chain" }
4243
store = { path = "../beacon_node/store" }
44+
malloc_utils = { path = "../common/malloc_utils" }

0 commit comments

Comments
 (0)