mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-23 22:56:54 +01:00
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.
This commit is contained in:
parent
7e22b78af9
commit
35bc575cd8
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue