]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Reduce features on `lightning-transaction-sync`'s `tokio` dev-dep 2024-09-tokio-util-msrv
authorMatt Corallo <git@bluematt.me>
Sun, 8 Sep 2024 21:41:51 +0000 (21:41 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 8 Sep 2024 21:42:36 +0000 (21:42 +0000)
This should marginally reduce the chance of MSRV or other issues in
the future, and is just good practice.

lightning-transaction-sync/Cargo.toml

index bca6e0a7c0402288e44fad32c2deb31fa3e057ab..34105ea3e901cdab92d025b5efd63f07bc7c2f45 100644 (file)
@@ -32,7 +32,7 @@ electrum-client = { version = "0.21.0", optional = true }
 
 [dev-dependencies]
 lightning = { version = "0.0.124", path = "../lightning", default-features = false, features = ["std", "_test_utils"] }
-tokio = { version = "1.35.0", features = ["full"] }
+tokio = { version = "1.35.0", features = ["macros"] }
 
 [target.'cfg(not(target_os = "windows"))'.dev-dependencies]
 electrsd = { version = "0.28.0", default-features = false, features = ["legacy"] }