Update snippets to 0.2.10

This commit is contained in:
Ross Savage
2023-11-27 13:49:02 +01:00
parent 8074a59d1c
commit b65d2c0d85
8 changed files with 27 additions and 40 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.9" }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.2.10" }
log = "0.4"
tokio = "1.29"