From 608292c9537506a8c9a10d86b65420582b5287d7 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Wed, 14 Aug 2024 19:17:47 +0200 Subject: [PATCH] chore: update bp-wallet patch to master --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3db966e..e5b48c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,7 +485,7 @@ dependencies = [ [[package]] name = "bp-wallet" version = "0.11.0-beta.6.1" -source = "git+https://github.com/BP-WG/bp-wallet?branch=finalize#52674cc0b33d59fa1e1380ff578b6966c0d0a0ad" +source = "git+https://github.com/BP-WG/bp-wallet?branch=master#7d5105f6fd9103d25067a47e45616cdcc77737e9" dependencies = [ "amplify", "base64", diff --git a/Cargo.toml b/Cargo.toml index 9309b7c..18d592c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "master" } descriptors = { git = "https://github.com/BP-WG/bp-std", branch = "master" } psbt = { git = "https://github.com/BP-WG/bp-std", branch = "master" } bp-std = { git = "https://github.com/BP-WG/bp-std", branch = "master" } -bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "finalize" } +bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" } rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "master" } rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" } rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" }