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 cbbf84b commit 62bc3d9Copy full SHA for 62bc3d9
lightning-net-tokio/Cargo.toml
@@ -20,4 +20,4 @@ lightning = { version = "0.0.113", 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