chore: move sparse errors to reth-execution-errors (#13101)

This commit is contained in:
Roman Krasiuk
2024-12-03 15:20:15 +01:00
committed by GitHub
parent 8f61af0136
commit 39f936ede2
10 changed files with 78 additions and 78 deletions

View File

@ -15,6 +15,7 @@ workspace = true
[dependencies]
# reth
reth-primitives-traits.workspace = true
reth-execution-errors.workspace = true
reth-trie-common.workspace = true
reth-tracing.workspace = true
@ -28,9 +29,9 @@ thiserror.workspace = true
[dev-dependencies]
reth-primitives-traits = { workspace = true, features = ["arbitrary"] }
reth-testing-utils.workspace = true
reth-trie = { workspace = true, features = ["test-utils"] }
reth-trie-common = { workspace = true, features = ["test-utils", "arbitrary"] }
reth-testing-utils.workspace = true
arbitrary.workspace = true
assert_matches.workspace = true