Skip to content

Commit

Permalink
chore: update fedimint to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Nov 29, 2023
1 parent c969e26 commit 3d24abc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
34 changes: 17 additions & 17 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 moksha-fedimint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ base64 = "0.21.5"
anyhow = { version = "1.0.75", features = ["backtrace"] }
serde_json = "1.0.108"
lightning-invoice = { version = "0.21.0", features = ["serde"] }
fedimint-client = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.4" }
fedimint-core = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.4" }
fedimint-mint-client = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.4" }
fedimint-ln-client = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.4" }
fedimint-wallet-client = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.4" }
fedimint-client = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.5" }
fedimint-core = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.5" }
fedimint-mint-client = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.5" }
fedimint-ln-client = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.5" }
fedimint-wallet-client = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.5" }
futures = "0.3.29"

[target.'cfg(not(target_family="wasm"))'.dependencies]
tokio = { version = "1.34.0", features = ["rt"] }
fedimint-rocksdb = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.4" }
fedimint-rocksdb = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.5" }

[target.'cfg(target_family = "wasm")'.dependencies]
wasm-bindgen-futures = "0.4.37"
Expand Down

0 comments on commit 3d24abc

Please sign in to comment.