mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(sdk): Define helper trait MaybeCompact (#12683)
This commit is contained in:
@ -105,7 +105,12 @@ std = [
|
||||
"serde/std",
|
||||
"alloy-trie/std"
|
||||
]
|
||||
reth-codec = ["dep:reth-codecs", "dep:zstd", "dep:modular-bitfield", "std"]
|
||||
reth-codec = [
|
||||
"dep:reth-codecs",
|
||||
"dep:zstd",
|
||||
"dep:modular-bitfield", "std",
|
||||
"reth-primitives-traits/reth-codec",
|
||||
]
|
||||
asm-keccak = ["alloy-primitives/asm-keccak", "revm-primitives/asm-keccak"]
|
||||
arbitrary = [
|
||||
"dep:arbitrary",
|
||||
|
||||
Reference in New Issue
Block a user