Skip to content

Commit

Permalink
Test lightning-transaction-sync in our no-dev-deps MSRV test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TheBlueMatt committed Sep 8, 2024
1 parent 868a595 commit 7e22b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msrv-no-dev-deps-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
lightning = { path = "../lightning" }
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-net-tokio = { path = "../lightning-net-tokio" }
lightning-persister = { path = "../lightning-persister" }
Expand Down

0 comments on commit 7e22b78

Please sign in to comment.