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 78b9f35 commit 3c8c1cdCopy full SHA for 3c8c1cd
lightning-net-tokio/Cargo.toml
@@ -14,4 +14,4 @@ bitcoin = "0.21"
14
bitcoin_hashes = "0.7"
15
lightning = { version = "0.0.10", path = "../lightning" }
16
secp256k1 = "0.15"
17
-tokio = { version = "0.2", features = [ "io-util", "macros", "rt-core", "sync", "tcp", "time" ] }
+tokio = { git = "https://github.com/tokio-rs/tokio", features = [ "io-util", "macros", "rt-core", "sync", "tcp", "time" ] }
0 commit comments