LevelDB CMake hotfix

This commit is contained in:
Michael Sproul 2020-06-23 12:23:05 +10:00
parent 07a091ad95
commit 920bfdaade
No known key found for this signature in database
GPG Key ID: 77B1309D2E54E914
2 changed files with 2 additions and 2 deletions

3
Cargo.lock generated
View File

@ -2277,8 +2277,7 @@ dependencies = [
[[package]]
name = "leveldb-sys"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f4abc211bb716f076618bca48aaae128f6feb326195608f40f41a9cdbedc502"
source = "git+https://github.com/michaelsproul/leveldb-sys?branch=v2.0.6-cmake#e784dba085921bad187ff74b3418c539914a02ff"
dependencies = [
"cmake",
"libc",

View File

@ -76,3 +76,4 @@ 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" }