Bump SDK used in snippets to v0.3.1

This commit is contained in:
ok300
2024-02-26 15:48:06 +01:00
parent 5fd07da9e6
commit 4c51f89ff2
12 changed files with 20 additions and 43 deletions

View File

@@ -6,6 +6,6 @@ edition = "2021"
[dependencies]
anyhow = "1"
bip39 = { version = "2", features = ["rand"] }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.2.15" }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.3.1" }
log = "0.4"
tokio = "1.29"