Skip to content

Commit

Permalink
Merge pull request #1224 from getlipa/feature/bump-breez-sdk-to-0.6.2
Browse files Browse the repository at this point in the history
Bump Breez SDK to 0.6.2
  • Loading branch information
danielgranhao authored Oct 14, 2024
2 parents 577b4ce + 1a2fde1 commit a549061
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pigeon-mock = { path = "mock/wild/pigeon", optional = true }
squirrel = { git = "https://github.com/getlipa/wild", tag = "v1.27.0", optional = true }
squirrel-mock = { path = "mock/wild/squirrel", optional = true }

breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.6.1", optional = true }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.6.2", optional = true }
breez-sdk-mock = { path = "mock/breez-sdk", optional = true }

aes-gcm = "0.10.3"
Expand Down
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.6.1"
version = "0.6.2"
edition = "2021"

[lib]
Expand All @@ -10,7 +10,7 @@ name = "breez_sdk_core"
tokio = { version = "1.37.0", features = ["rt-multi-thread", "time", "sync"] }
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.6.1" }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.6.2" }
chrono = { version = "0.4", features = [] }
hex = "0.4.3"
rand = { version = "0.8.5", features = [] }
Expand Down

0 comments on commit a549061

Please sign in to comment.