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 2cdcab8 commit e49d763Copy full SHA for e49d763
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