We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lightning-transaction-sync
tokio
1 parent 7e22b78 commit 35bc575Copy full SHA for 35bc575
lightning-transaction-sync/Cargo.toml
@@ -32,7 +32,7 @@ electrum-client = { version = "0.21.0", optional = true }
32
33
[dev-dependencies]
34
lightning = { version = "0.0.124", path = "../lightning", default-features = false, features = ["std", "_test_utils"] }
35
-tokio = { version = "1.35.0", features = ["full"] }
+tokio = { version = "1.35.0", features = ["macros"] }
36
37
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
38
electrsd = { version = "0.28.0", default-features = false, features = ["legacy"] }
0 commit comments