Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
Merge pull request #995 from MutinyWallet/fedimint-v0.2.2
Browse files Browse the repository at this point in the history
Fedimint v0.2.2 Changes
  • Loading branch information
AnthonyRonning authored Feb 1, 2024
2 parents d3ead12 + 2747564 commit 05037a6
Show file tree
Hide file tree
Showing 13 changed files with 1,060 additions and 137 deletions.
85 changes: 34 additions & 51 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions mutiny-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ bincode = "1.3.3"
hex = "0.4.3"
async-lock = "3.2.0"

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-bip39 = "0.2.1"
fedimint-ln-common = "0.2.1"
fedimint-client = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" }
fedimint-core = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" }
fedimint-wallet-client = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" }
fedimint-mint-client = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" }
fedimint-ln-client = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" }
fedimint-bip39 = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" }
fedimint-ln-common = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" }

base64 = "0.13.0"
pbkdf2 = "0.11"
Expand Down
Loading

0 comments on commit 05037a6

Please sign in to comment.