chore(reth-storage-errors): no_std support (#10011)

This commit is contained in:
frostburn
2024-08-13 15:56:54 -07:00
committed by GitHub
parent f8db95f45f
commit b52a65bf4f
6 changed files with 177 additions and 98 deletions

View File

@ -15,8 +15,9 @@ alloy-rlp.workspace = true
reth-primitives.workspace = true
reth-fs-util.workspace = true
thiserror-no-std = { workspace = true, default-features = false }
# misc
derive_more.workspace = true
[features]
default = ["std"]
std = ["thiserror-no-std/std"]
std = []