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:
@ -36,6 +36,7 @@ op-alloy-consensus.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
# misc
|
||||
thiserror.workspace = true
|
||||
derive_more.workspace = true
|
||||
once_cell.workspace = true
|
||||
|
||||
@ -59,5 +60,6 @@ std = [
|
||||
"alloy-consensus/std",
|
||||
"once_cell/std",
|
||||
"derive_more/std",
|
||||
"reth-network-peers/std"
|
||||
"reth-network-peers/std",
|
||||
"thiserror/std"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user