mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make trie-common no-std (#13473)
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user