Update LevelDB to v0.8.6, removing patch (#1636)

Removes our dependency on a fork of LevelDB now that https://github.com/skade/leveldb-sys/pull/17 is merged
This commit is contained in:
Michael Sproul
2020-09-21 11:53:53 +00:00
parent 1db8daae0c
commit 5d17eb899f
3 changed files with 6 additions and 6 deletions

View File

@@ -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" }