mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-30 03:03:45 +00:00
Merge remote-tracking branch 'origin/unstable' into tree-states
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -418,6 +418,7 @@ dependencies = [
|
||||
"lru",
|
||||
"maplit",
|
||||
"merkle_proof",
|
||||
"oneshot_broadcast",
|
||||
"operation_pool",
|
||||
"parking_lot 0.12.0",
|
||||
"proto_array",
|
||||
@@ -4440,6 +4441,13 @@ version = "1.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
|
||||
|
||||
[[package]]
|
||||
name = "oneshot_broadcast"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"parking_lot 0.12.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "oorandom"
|
||||
version = "11.1.3"
|
||||
|
||||
Reference in New Issue
Block a user