Skip to content

Commit

Permalink
chore: upgrade tonic_lnd to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elsirion authored and justinmoon committed Jan 25, 2024
1 parent e97ea79 commit 01c7ee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -60,7 +60,7 @@ keywords = ["bitcoin", "lightning", "chaumian", "e-cash", "federated"]
[workspace.dependencies]
threshold_crypto = { version = "0.1", package = "fedimint-threshold-crypto" }
hbbft = { version= "0.1", package = "fedimint-hbbft" }
tonic_lnd = { version = "0.1.3", package="fedimint-tonic-lnd", features = ["lightningrpc", "routerrpc"] }
tonic_lnd = { version = "0.2.0", package="fedimint-tonic-lnd", features = ["lightningrpc", "routerrpc"] }
cln-rpc = { package = "fedimint-cln-rpc", version = "0.4.0" }

# Workaround: https://github.com/rust-lang/cargo/issues/12457 which causes
Expand Down

0 comments on commit 01c7ee6

Please sign in to comment.