Skip to content

Commit

Permalink
resolve merge conflicts, move redb to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Mar 29, 2024
1 parent 304aed9 commit de444ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion beacon_node/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ beacon_chain = { workspace = true }
[dependencies]
db-key = "0.0.5"
leveldb = { version = "0.8.6", optional = true }
redb = { git = "https://github.com/cberner/redb", branch = "master", optional = true }
redb = { version = "2.0", optional = true }
parking_lot = { workspace = true }
itertools = { workspace = true }
ethereum_ssz = { workspace = true }
Expand Down

0 comments on commit de444ee

Please sign in to comment.