mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 16:51:41 +00:00
Compare commits
1 Commits
gloas-enve
...
leveldb-1.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63870fa227 |
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user