Skip to content

Commit 47f3393

Browse files
committed
feat: cursors
1 parent 6696682 commit 47f3393

17 files changed

Lines changed: 4188 additions & 1025 deletions

File tree

crates/storage/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ alloy.workspace = true
1313
auto_impl = "1.3.0"
1414
bytes = "1.11.0"
1515
reth.workspace = true
16-
reth-db.workspace = true
16+
reth-db = { workspace = true, features = ["test-utils"] }
1717
reth-db-api.workspace = true
1818
reth-libmdbx.workspace = true
1919
thiserror.workspace = true
2020
trevm.workspace = true
2121

2222
[dev-dependencies]
23+
serial_test = "3.3.1"
2324
tempfile.workspace = true

0 commit comments

Comments
 (0)