mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-30 19:23:50 +00:00
Deprecate futures ticker (#6630)
* deprecate futures-ticker * Merge branch 'unstable' of github.com:sigp/lighthouse into deprecate-futures-timer * Merge branch 'unstable' into deprecate-futures-timer * making the linter happy * remove unrequired #[allow(unused_imports)] * fixing minor issues * merge commit * minor fix * clippy changes
This commit is contained in:
@@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
|
||||
categories = ["network-programming", "asynchronous"]
|
||||
|
||||
[features]
|
||||
wasm-bindgen = ["getrandom/js"]
|
||||
wasm-bindgen = ["getrandom/js", "futures-timer/wasm-bindgen"]
|
||||
rsa = []
|
||||
|
||||
[dependencies]
|
||||
@@ -22,7 +22,6 @@ bytes = "1.5"
|
||||
either = "1.9"
|
||||
fnv = "1.0.7"
|
||||
futures = "0.3.30"
|
||||
futures-ticker = "0.0.3"
|
||||
futures-timer = "3.0.2"
|
||||
getrandom = "0.2.12"
|
||||
hashlink.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user