Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Sproul
63870fa227 Update LevelDB to 1.23 2023-05-19 11:39:26 +10:00
2 changed files with 3 additions and 3 deletions

5
Cargo.lock generated
View File

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

View File

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