no_std in reth-ethereum-forks (#9589)

This commit is contained in:
nk_ysg
2024-07-18 02:18:27 +08:00
committed by GitHub
parent 5c4ce3bc6a
commit 0376be622d
8 changed files with 25 additions and 10 deletions

View File

@ -449,7 +449,7 @@ serde_with = "3.3.0"
humantime = "2.1"
humantime-serde = "1.1"
rand = "0.8.5"
rustc-hash = "2.0"
rustc-hash = { version = "2.0", default-features = false }
schnellru = "0.2"
strum = "0.26"
rayon = "1.7"