Skip to content

Commit 35bc575

Browse files
committed
Reduce features on lightning-transaction-sync's tokio dev-dep
This should marginally reduce the chance of MSRV or other issues in the future, and is just good practice.
1 parent 7e22b78 commit 35bc575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-transaction-sync/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ electrum-client = { version = "0.21.0", optional = true }
3232

3333
[dev-dependencies]
3434
lightning = { version = "0.0.124", path = "../lightning", default-features = false, features = ["std", "_test_utils"] }
35-
tokio = { version = "1.35.0", features = ["full"] }
35+
tokio = { version = "1.35.0", features = ["macros"] }
3636

3737
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
3838
electrsd = { version = "0.28.0", default-features = false, features = ["legacy"] }

0 commit comments

Comments
 (0)