chore(reth-execution-errors) no_std (#10048)

Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
frostburn
2024-08-12 10:32:35 -07:00
committed by GitHub
parent dba52132e9
commit b2a035ac9b
4 changed files with 215 additions and 76 deletions

View File

@ -22,9 +22,9 @@ alloy-eips.workspace = true
revm-primitives.workspace = true
nybbles.workspace = true
thiserror-no-std = { workspace = true, default-features = false }
derive_more.workspace = true
[features]
default = ["std"]
std = ["thiserror-no-std/std"]
std = []