Skip to content

Commit

Permalink
chore: use published multimint for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Oct 9, 2024
1 parent f30b5a2 commit 51b297c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
28 changes: 26 additions & 2 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion fedimint-clientd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ time = { version = "0.3.25", features = ["formatting"] }
chrono = "0.4.31"
futures-util = "0.3.30"
clap = { version = "3", features = ["derive", "env"] }
multimint = { path = "../multimint" }
multimint = { version = "0.4.0" }
# multimint = { path = "../multimint" }
hex = "0.4.3"

futures = "0.3"
Expand Down
3 changes: 2 additions & 1 deletion fedimint-nwc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ dotenv = "0.15.0"
futures-util = "0.3.30"
image = "0.25.1"
itertools = "0.13.0"
multimint = { path = "../multimint" }
# multimint = { path = "../multimint" }
multimint = { version = "0.4.0" }
nostr = { version = "0.31.2", features = ["nip47"] }
nostr-sdk = { version = "0.31.0", features = ["nip47"] }
qrcode = "0.14.0"
Expand Down

0 comments on commit 51b297c

Please sign in to comment.