We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
msrv-no-dev-deps-check
1 parent c2da2aa commit a43805eCopy full SHA for a43805e
msrv-no-dev-deps-check/Cargo.toml
@@ -6,7 +6,6 @@ edition = "2021"
6
[dependencies]
7
lightning = { path = "../lightning" }
8
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" ] }
10
lightning-invoice = { path = "../lightning-invoice" }
11
lightning-net-tokio = { path = "../lightning-net-tokio" }
12
lightning-persister = { path = "../lightning-persister" }
0 commit comments