mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Removed manual implementations of core::error::Error (#13370)
Co-authored-by: router <router@router.ian>
This commit is contained in:
@ -43,6 +43,7 @@ revm-primitives.workspace = true
|
||||
# misc
|
||||
derive_more.workspace = true
|
||||
tracing.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
reth-evm = { workspace = true, features = ["test-utils"] }
|
||||
@ -64,12 +65,13 @@ std = [
|
||||
"alloy-genesis/std",
|
||||
"alloy-primitives/std",
|
||||
"revm-primitives/std",
|
||||
"reth-primitives-traits/std",
|
||||
"reth-primitives-traits/std",
|
||||
"revm/std",
|
||||
"reth-optimism-primitives/std",
|
||||
"reth-ethereum-forks/std",
|
||||
"derive_more/std",
|
||||
"reth-optimism-forks/std"
|
||||
"reth-optimism-forks/std",
|
||||
"thiserror/std"
|
||||
]
|
||||
optimism = [
|
||||
"reth-primitives/optimism",
|
||||
|
||||
Reference in New Issue
Block a user