chore: move IntegerList to reth-primitives-traits (#8948)

This commit is contained in:
joshieDo
2024-06-19 16:13:31 +02:00
committed by GitHub
parent a3fd112915
commit d0b241c0c2
16 changed files with 32 additions and 258 deletions

View File

@ -31,5 +31,8 @@ serde_json.workspace = true
# tracing
tracing.workspace = true
[dev-dependencies]
reth-primitives-traits.workspace = true
[lints]
workspace = true