mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-09 15:29:34 +00:00
chore: clippy docfix + bump crossbeam-epoch (RUSTSEC-2026-0204)
This commit is contained in:
parent
97720fc35d
commit
e87bad71ab
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1854,9 +1854,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "crossbeam-epoch"
|
||||
version = "0.9.18"
|
||||
version = "0.9.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
||||
checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
|
||||
dependencies = [
|
||||
"crossbeam-utils",
|
||||
]
|
||||
|
||||
@ -99,7 +99,7 @@ impl std::fmt::Display for ChainMismatch {
|
||||
/// parked block while stalled.
|
||||
struct Anchor {
|
||||
slot: Slot,
|
||||
/// The anchor block's `(id, hash)`
|
||||
/// The anchor block's `(id, hash)`.
|
||||
///
|
||||
/// `None` when parked on an undeserializable inscription (no header was recorded).
|
||||
block: Option<(u64, HashType)>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user