diff --git a/Cargo.lock b/Cargo.lock index d6e21d4d22..1547d0081b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3981,9 +3981,8 @@ dependencies = [ [[package]] name = "leveldb-sys" -version = "2.0.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dd94a4d0242a437e5e41a27c782b69a624469ca1c4d1e5cb3c337f74a8031d4" +version = "2.1.0" +source = "git+https://github.com/michaelsproul/leveldb-sys?rev=586d98563343fdaa20127a381663900cd3dca3ad#586d98563343fdaa20127a381663900cd3dca3ad" dependencies = [ "cmake", "ffi-opaque", diff --git a/Cargo.toml b/Cargo.toml index bbe77d2096..d7aefebb1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,6 +89,7 @@ resolver = "2" [patch.crates-io] warp = { git = "https://github.com/macladson/warp", rev="7e75acc368229a46a236a8c991bf251fe7fe50ef" } arbitrary = { git = "https://github.com/michaelsproul/arbitrary", rev="f002b99989b561ddce62e4cf2887b0f8860ae991" } +leveldb-sys = { git = "https://github.com/michaelsproul/leveldb-sys", rev = "586d98563343fdaa20127a381663900cd3dca3ad" } [patch."https://github.com/ralexstokes/mev-rs"] mev-rs = { git = "https://github.com/ralexstokes//mev-rs", rev = "7813d4a4a564e0754e9aaab2d95520ba437c3889" }