chore: make stages types no-std (#14334)

This commit is contained in:
Matthias Seitz
2025-02-08 17:40:52 +01:00
committed by GitHub
parent 2b16b06a39
commit 7d0f5b757f
6 changed files with 22 additions and 6 deletions

View File

@ -404,7 +404,7 @@ reth-rpc-server-types = { path = "crates/rpc/rpc-server-types" }
reth-rpc-types-compat = { path = "crates/rpc/rpc-types-compat" }
reth-stages = { path = "crates/stages/stages" }
reth-stages-api = { path = "crates/stages/api" }
reth-stages-types = { path = "crates/stages/types" }
reth-stages-types = { path = "crates/stages/types", default-features = false }
reth-static-file = { path = "crates/static-file/static-file" }
reth-static-file-types = { path = "crates/static-file/types" }
reth-storage-api = { path = "crates/storage/storage-api" }