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 bf5f676 commit 14ffb8fCopy full SHA for 14ffb8f
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