Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed May 14, 2024
1 parent 214a420 commit 651ec57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions fedimint-clientd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fedimint-clientd"
description = "A fedimint client daemon for server side applications to hold, use, and manage Bitcoin"
version = "0.3.5"
version = "0.3.6"
edition.workspace = true
repository.workspace = true
keywords.workspace = true
Expand Down Expand Up @@ -37,6 +37,6 @@ 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.5" }
multimint = { version = "0.3.6" }
# multimint = { path = "../multimint" }
axum-otel-metrics = "0.8.0"
2 changes: 1 addition & 1 deletion multimint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "multimint"
description = "A library for managing fedimint clients across multiple federations"
version = "0.3.5"
version = "0.3.6"
edition.workspace = true
repository.workspace = true
keywords.workspace = true
Expand Down

0 comments on commit 651ec57

Please sign in to comment.