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 #1005 from MutinyWallet/fedimint-v0.2.2-rc8
Browse files Browse the repository at this point in the history
fedimint v0.2.2-rc8
  • Loading branch information
AnthonyRonning authored Feb 5, 2024
2 parents e050894 + 4cf4858 commit 6285c56
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
68 changes: 34 additions & 34 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 = { 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" }
fedimint-client = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" }
fedimint-core = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" }
fedimint-wallet-client = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" }
fedimint-mint-client = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" }
fedimint-ln-client = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" }
fedimint-bip39 = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" }
fedimint-ln-common = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" }

base64 = "0.13.0"
pbkdf2 = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion mutiny-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ futures = "0.3.25"
urlencoding = "2.1.2"
once_cell = "1.18.0"
payjoin = { version = "0.13.0", features = ["send", "base64"] }
fedimint-core = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" }
fedimint-core = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" }

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down

0 comments on commit 6285c56

Please sign in to comment.