mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -6513,8 +6513,7 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "quick-protobuf"
|
name = "quick-protobuf"
|
||||||
version = "0.8.1"
|
version = "0.8.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/sigp/quick-protobuf.git?rev=681f413312404ab6e51f0b46f39b0075c6f4ebfd#681f413312404ab6e51f0b46f39b0075c6f4ebfd"
|
||||||
checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ bytes = "1"
|
|||||||
clap = { version = "4.5.4", features = ["derive", "cargo", "wrap_help"] }
|
clap = { version = "4.5.4", features = ["derive", "cargo", "wrap_help"] }
|
||||||
# Turn off c-kzg's default features which include `blst/portable`. We can turn on blst's portable
|
# Turn off c-kzg's default features which include `blst/portable`. We can turn on blst's portable
|
||||||
# feature ourselves when desired.
|
# feature ourselves when desired.
|
||||||
c-kzg = { version = "1", default-features = false }
|
c-kzg = { version = "1", default-features = false }
|
||||||
compare_fields_derive = { path = "common/compare_fields_derive" }
|
compare_fields_derive = { path = "common/compare_fields_derive" }
|
||||||
criterion = "0.5"
|
criterion = "0.5"
|
||||||
delay_map = "0.3"
|
delay_map = "0.3"
|
||||||
@@ -240,6 +240,9 @@ validator_client = { path = "validator_client" }
|
|||||||
validator_dir = { path = "common/validator_dir" }
|
validator_dir = { path = "common/validator_dir" }
|
||||||
warp_utils = { path = "common/warp_utils" }
|
warp_utils = { path = "common/warp_utils" }
|
||||||
|
|
||||||
|
[patch.crates-io]
|
||||||
|
quick-protobuf = { git = "https://github.com/sigp/quick-protobuf.git", rev = "681f413312404ab6e51f0b46f39b0075c6f4ebfd" }
|
||||||
|
|
||||||
[profile.maxperf]
|
[profile.maxperf]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
lto = "fat"
|
lto = "fat"
|
||||||
|
|||||||
Reference in New Issue
Block a user