mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +00:00
*: Update to tokio v1.0.1 (#1919)
Co-authored-by: Roman Borschel <romanb@users.noreply.github.com>
This commit is contained in:
@ -27,4 +27,4 @@ void = "1.0.2"
|
||||
[dev-dependencies]
|
||||
async-std = "1.7.0"
|
||||
if-addrs = "0.6.5"
|
||||
tokio = { version = "0.3.4", default-features = false, features = ["rt", "rt-multi-thread"] }
|
||||
tokio = { version = "1.0.1", default-features = false, features = ["rt", "rt-multi-thread"] }
|
||||
|
Reference in New Issue
Block a user