Skip to content

Commit

Permalink
Reduce features on lightning-transaction-sync's tokio dev-dep
Browse files Browse the repository at this point in the history
This should marginally reduce the chance of MSRV or other issues in
the future, and is just good practice.
  • Loading branch information
TheBlueMatt committed Sep 8, 2024
1 parent 7e22b78 commit 35bc575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning-transaction-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 35bc575

Please sign in to comment.