Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
chore: bump fedimint 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Jan 4, 2024
1 parent 782a3b5 commit 6aad281
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 40 deletions.
85 changes: 51 additions & 34 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ tokio = { version = "1.34.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
lightning-invoice = "0.27.0"
fedimint-client = { git = "https://github.com/fedimint/fedimint", branch = "releases/v0.2" }
fedimint-core = { git = "https://github.com/fedimint/fedimint", branch = "releases/v0.2" }
fedimint-wallet-client = { git = "https://github.com/fedimint/fedimint", branch = "releases/v0.2" }
fedimint-mint-client = { git = "https://github.com/fedimint/fedimint", branch = "releases/v0.2" }
fedimint-ln-client = { git = "https://github.com/fedimint/fedimint", branch = "releases/v0.2" }
fedimint-rocksdb = { git = "https://github.com/fedimint/fedimint", branch = "releases/v0.2" }
fedimint-client = "0.2.1"
fedimint-core = "0.2.1"
fedimint-wallet-client = "0.2.1"
fedimint-mint-client = "0.2.1"
fedimint-ln-client = "0.2.1"
fedimint-rocksdb = "0.2.1"
url = "2.5.0"
nostr = "0.26.0"
nostr-sdk = "0.26.0"
Expand Down

0 comments on commit 6aad281

Please sign in to comment.