chore: Make SparseTrie crate no_std compatible (#15786)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
kevaundray
2025-04-23 12:57:41 +01:00
committed by GitHub
parent ae3ffb90e4
commit 40f0edfc2e
11 changed files with 62 additions and 30 deletions

1
Cargo.lock generated
View File

@@ -10257,6 +10257,7 @@ dependencies = [
"reth-trie-common",
"reth-trie-db",
"smallvec",
"tracing",
]
[[package]]