mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-23 14:50:45 +01:00
Test lightning-transaction-sync
in our no-dev-deps MSRV test
Now that `lightning-transaction-sync` is in the workspace and covered by our MSRV we should be testing it in our `msrv-no-dev-deps-check` test crate.
This commit is contained in:
parent
868a5956a4
commit
7e22b78af9
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lightning = { path = "../lightning" }
|
lightning = { path = "../lightning" }
|
||||||
lightning-block-sync = { path = "../lightning-block-sync", features = [ "rest-client", "rpc-client" ] }
|
lightning-block-sync = { path = "../lightning-block-sync", features = [ "rest-client", "rpc-client" ] }
|
||||||
|
lightning-transaction-sync = { path = "../lightning-transaction-sync", features = [ "esplora-async-https", "electrum" ] }
|
||||||
lightning-invoice = { path = "../lightning-invoice" }
|
lightning-invoice = { path = "../lightning-invoice" }
|
||||||
lightning-net-tokio = { path = "../lightning-net-tokio" }
|
lightning-net-tokio = { path = "../lightning-net-tokio" }
|
||||||
lightning-persister = { path = "../lightning-persister" }
|
lightning-persister = { path = "../lightning-persister" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue