Skip to content

Commit e49d763

Browse files
committed
TEMP: Use tokio git master
1 parent 2cdcab8 commit e49d763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-net-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ bitcoin = "0.21"
1414
bitcoin_hashes = "0.7"
1515
lightning = { version = "0.0.10", path = "../lightning" }
1616
secp256k1 = "0.15"
17-
tokio = { version = "0.2", features = [ "io-util", "macros", "rt-core", "sync", "tcp", "time" ] }
17+
tokio = { git = "https://github.com/tokio-rs/tokio", features = [ "io-util", "macros", "rt-core", "sync", "tcp", "time" ] }

0 commit comments

Comments
 (0)