Skip to content

Commit

Permalink
chore: bump fedimint-clientd
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Sep 20, 2024
1 parent 8618443 commit 9d227ae
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 46 deletions.
98 changes: 61 additions & 37 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ readme = "README.md"
authors = ["The Fedimint Developers"]

[workspace.dependencies]
fedimint-client = "0.3.1"
fedimint-core = "0.3.1"
fedimint-wallet-client = "0.3.1"
fedimint-mint-client = "0.3.1"
fedimint-ln-client = "0.3.1"
fedimint-ln-common = "0.3.1"
fedimint-rocksdb = "0.3.1"
fedimint-client = "0.3.3"
fedimint-core = "0.3.3"
fedimint-wallet-client = "0.3.3"
fedimint-mint-client = "0.3.3"
fedimint-ln-client = "0.3.3"
fedimint-ln-common = "0.3.3"
fedimint-rocksdb = "0.3.3"

# Config for 'cargo dist'
[workspace.metadata.dist]
Expand Down
4 changes: 2 additions & 2 deletions fedimint-clientd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ time = { version = "0.3.25", features = ["formatting"] }
chrono = "0.4.31"
futures-util = "0.3.30"
clap = { version = "3", features = ["derive", "env"] }
# multimint = { version = "0.3.6" }
multimint = { path = "../multimint" }
multimint = { version = "0.3.8" }
# multimint = { path = "../multimint" }
axum-otel-metrics = "0.8.0"
hex = "0.4.3"

0 comments on commit 9d227ae

Please sign in to comment.