Drop `tokio/macros` dependency in `lightning-net-tokio`, fix MSRV
[rust-lightning] / lightning-net-tokio / Cargo.toml
index 202849bee49af822bdc47d7045e80734cfa59332..0e5b285993b47966f2b0e69817549fc51672a4a1 100644 (file)
@@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"]
 [dependencies]
 bitcoin = "0.29.0"
 lightning = { version = "0.0.116-rc1", path = "../lightning" }
-tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] }
+tokio = { version = "1.0", features = [ "io-util", "rt", "sync", "net", "time" ] }
 
 [dev-dependencies]
 tokio = { version = "1.14", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }