mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-02-18 12:34:21 +01:00
update lwk_wollet to fix tip update
(cherry picked from commit c728bbaad2)
This commit is contained in:
2
cli/Cargo.lock
generated
2
cli/Cargo.lock
generated
@@ -2727,7 +2727,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "lwk_wollet"
|
||||
version = "0.9.0"
|
||||
source = "git+https://github.com/breez/lwk?rev=21082d6a1b99a4030f47386bff9d352410bcdc1a#21082d6a1b99a4030f47386bff9d352410bcdc1a"
|
||||
source = "git+https://github.com/breez/lwk?rev=9946a62ea8f7b5ff936f09c77ec597552c44c2bf#9946a62ea8f7b5ff936f09c77ec597552c44c2bf"
|
||||
dependencies = [
|
||||
"aes-gcm-siv",
|
||||
"age",
|
||||
|
||||
2
lib/Cargo.lock
generated
2
lib/Cargo.lock
generated
@@ -3105,7 +3105,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "lwk_wollet"
|
||||
version = "0.9.0"
|
||||
source = "git+https://github.com/breez/lwk?rev=21082d6a1b99a4030f47386bff9d352410bcdc1a#21082d6a1b99a4030f47386bff9d352410bcdc1a"
|
||||
source = "git+https://github.com/breez/lwk?rev=9946a62ea8f7b5ff936f09c77ec597552c44c2bf#9946a62ea8f7b5ff936f09c77ec597552c44c2bf"
|
||||
dependencies = [
|
||||
"aes-gcm-siv",
|
||||
"age",
|
||||
|
||||
@@ -72,7 +72,7 @@ electrum-client = { version = "0.21.0", default-features = false, features = [
|
||||
"use-rustls-ring",
|
||||
"proxy",
|
||||
] }
|
||||
lwk_wollet = { git = "https://github.com/breez/lwk", rev = "21082d6a1b99a4030f47386bff9d352410bcdc1a" }
|
||||
lwk_wollet = { git = "https://github.com/breez/lwk", rev = "9946a62ea8f7b5ff936f09c77ec597552c44c2bf" }
|
||||
maybe-sync = { version = "0.1.1", features = ["sync"] }
|
||||
prost = "^0.11"
|
||||
tonic = { version = "^0.8", features = ["tls", "tls-webpki-roots"] }
|
||||
@@ -88,7 +88,7 @@ rusqlite = { git = "https://github.com/Spxg/rusqlite", rev = "e36644127f31fa6e7e
|
||||
# Wasm dependencies
|
||||
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
|
||||
console_log = "1"
|
||||
lwk_wollet = { git = "https://github.com/breez/lwk", rev = "21082d6a1b99a4030f47386bff9d352410bcdc1a", default-features = false, features = [
|
||||
lwk_wollet = { git = "https://github.com/breez/lwk", rev = "9946a62ea8f7b5ff936f09c77ec597552c44c2bf", default-features = false, features = [
|
||||
"esplora",
|
||||
] }
|
||||
maybe-sync = "0.1.1"
|
||||
|
||||
Reference in New Issue
Block a user