We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfd683 commit 542c82dCopy full SHA for 542c82d
lightning-net-tokio/Cargo.toml
@@ -20,4 +20,4 @@ lightning = { version = "0.0.105", path = "../lightning" }
20
tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] }
21
22
[dev-dependencies]
23
-tokio = { version = "~1.14", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
+tokio = { version = "~1.23", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
0 commit comments