Skip to content

Commit

Permalink
Update LevelDB to v0.8.6, removing patch (#1636)
Browse files Browse the repository at this point in the history
Removes our dependency on a fork of LevelDB now that skade/leveldb-sys#17 is merged
  • Loading branch information
michaelsproul committed Sep 21, 2020
1 parent 1db8daa commit 5d17eb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,3 @@ eth2_ssz = { path = "consensus/ssz" }
eth2_ssz_derive = { path = "consensus/ssz_derive" }
eth2_ssz_types = { path = "consensus/ssz_types" }
eth2_hashing = { path = "crypto/eth2_hashing" }
leveldb-sys = { git = "https://github.com/michaelsproul/leveldb-sys", branch = "v2.0.6-cmake" }
2 changes: 1 addition & 1 deletion beacon_node/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rayon = "1.3.0"

[dependencies]
db-key = "0.0.5"
leveldb = "0.8.5"
leveldb = "0.8.6"
parking_lot = "0.11.0"
itertools = "0.9.0"
eth2_ssz = "0.1.2"
Expand Down

0 comments on commit 5d17eb8

Please sign in to comment.