mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(evm): migrate execution errors back to thiserror (#13097)
This commit is contained in:
@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user