Bump Rust snippets SDK dependency to v0.2.9

This commit is contained in:
ok300
2023-11-13 14:43:42 +01:00
parent 75566ce35a
commit a80ef49d96
16 changed files with 106 additions and 154 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", rev = "3486c951e2422fe4ac3978795849f0b7649a9f1e" }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.2.9" }
log = "0.4"
tokio = "1.29"