Skip to content

Commit 7e22b78

Browse files
committed
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.
1 parent 868a595 commit 7e22b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

msrv-no-dev-deps-check/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
[dependencies]
77
lightning = { path = "../lightning" }
88
lightning-block-sync = { path = "../lightning-block-sync", features = [ "rest-client", "rpc-client" ] }
9+
lightning-transaction-sync = { path = "../lightning-transaction-sync", features = [ "esplora-async-https", "electrum" ] }
910
lightning-invoice = { path = "../lightning-invoice" }
1011
lightning-net-tokio = { path = "../lightning-net-tokio" }
1112
lightning-persister = { path = "../lightning-persister" }

0 commit comments

Comments
 (0)