chore(evm): migrate execution errors back to thiserror (#13097)

This commit is contained in:
Roman Krasiuk
2024-12-03 13:39:29 +01:00
committed by GitHub
parent bfcd98326c
commit bedc68e8f4
4 changed files with 56 additions and 121 deletions

View File

@ -22,7 +22,7 @@ alloy-eips.workspace = true
revm-primitives.workspace = true
nybbles.workspace = true
derive_more.workspace = true
thiserror.workspace = true
[features]
default = ["std"]
@ -32,6 +32,6 @@ std = [
"alloy-primitives/std",
"revm-primitives/std",
"alloy-rlp/std",
"derive_more/std",
"thiserror/std",
"nybbles/std"
]