We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54aef2d commit 9bc0d51Copy full SHA for 9bc0d51
beacon_node/store/Cargo.toml
@@ -22,7 +22,7 @@ directory = { workspace = true }
22
ethereum_ssz = { workspace = true }
23
ethereum_ssz_derive = { workspace = true }
24
itertools = { workspace = true }
25
-leveldb = { version = "0.8.6", optional = true }
+leveldb = { version = "0.8.6", optional = true, default-features = false }
26
logging = { workspace = true }
27
lru = { workspace = true }
28
metrics = { workspace = true }
0 commit comments