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

Commit

Permalink
Bump fedimint to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyRonning committed Jan 26, 2024
1 parent fc244ba commit 2872196
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 59 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
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 = "0.2.1"
fedimint-core = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" }

# 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 2872196

Please sign in to comment.