Bump breez-sdk snippet dependency to 0.2.14

This commit is contained in:
ok300
2024-01-23 11:52:51 +01:00
parent 69ebd18b72
commit 0c40b26e92
12 changed files with 46 additions and 38 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.12" }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.2.14" }
log = "0.4"
tokio = "1.29"