feat: support no_std for reth-storage-errors (#8790)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
0xAtreides
2024-06-13 00:29:36 +01:00
committed by GitHub
parent 686a40466c
commit 46c8255fa8
6 changed files with 42 additions and 15 deletions

View File

@ -14,6 +14,8 @@ workspace = true
reth-primitives.workspace = true
reth-fs-util.workspace = true
thiserror.workspace = true
thiserror-no-std = { workspace = true, default-features = false }
[features]
default = ["std"]
std = ["thiserror-no-std/std"]