Removed manual implementations of core::error::Error (#13370)

Co-authored-by: router <router@router.ian>
This commit is contained in:
Pelle
2024-12-18 00:01:48 +00:00
committed by GitHub
parent c51a188c72
commit ef033abaf9
13 changed files with 117 additions and 195 deletions

View File

@ -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"
]