Skip to content

Commit

Permalink
Update Breez Mock to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomte committed May 8, 2024
1 parent 7a121ad commit f60a448
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 44 deletions.
94 changes: 91 additions & 3 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 mock/breez-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breez-sdk-mock"
version = "0.3.1"
version = "0.4.0"
edition = "2021"

[lib]
Expand All @@ -9,7 +9,7 @@ name = "breez_sdk_core"
[dependencies]
anyhow = { version = "1.0.81", features = [] }
bitcoin = { version = "0.30.2", default-features = false }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.3.4" }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.4.0" }
chrono = { version = "0.4", features = [] }
hex = "0.4.3"
rand = { version = "0.8.5", features = [] }
Expand Down
Loading

0 comments on commit f60a448

Please sign in to comment.