chore: make trie-common no-std (#13473)

This commit is contained in:
Matthias Seitz
2024-12-20 12:16:09 +01:00
committed by GitHub
parent 30e8c78171
commit 3966130844
13 changed files with 46 additions and 10 deletions

View File

@ -114,7 +114,8 @@ std = [
"bytes/std",
"derive_more/std",
"reth-zstd-compressors?/std",
"secp256k1?/std"
"secp256k1?/std",
"reth-trie-common/std"
]
reth-codec = [
"dep:reth-codecs",