mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(reth-storage-errors): no_std support (#10011)
This commit is contained in:
@ -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 = []
|
||||
Reference in New Issue
Block a user