mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
replace instant with web-time (#5800)
* replace instant with web_time * Merge branch 'unstable' into replace-instant-gossipsub # Conflicts: # Cargo.lock # beacon_node/lighthouse_network/Cargo.toml
This commit is contained in:
@@ -45,7 +45,6 @@ bytes = { workspace = true }
|
||||
either = { workspace = true }
|
||||
|
||||
# Local dependencies
|
||||
instant = "0.1.12"
|
||||
void = "1.0.2"
|
||||
libp2p-mplex = "0.41"
|
||||
|
||||
@@ -64,4 +63,3 @@ async-channel = { workspace = true }
|
||||
|
||||
[features]
|
||||
libp2p-websocket = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user