From a6862d09db91dc7269111a1269380ce9b91bbe9e Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Sat, 12 Oct 2024 13:33:36 +0200 Subject: [PATCH] chore: update patches --- Cargo.lock | 27 +++++++++------------------ Cargo.toml | 9 +++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 280853b..6f9c03a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,8 +309,7 @@ dependencies = [ [[package]] name = "bp-consensus" version = "0.11.0-beta.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae3a99a46063d23d20a3177a04923652b245f31c2a04a6d0c47d5a93dc201a80" +source = "git+https://github.com/BP-WG/bp-core?branch=develop#6ae56d5a005f0e0fc761516fb96c2c47bb13de46" dependencies = [ "amplify", "chrono", @@ -323,8 +322,7 @@ dependencies = [ [[package]] name = "bp-core" version = "0.11.0-beta.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b8caf04291e2703ce267b1f8baf14f03879a6d1a5afe76e011ada489f172f9" +source = "git+https://github.com/BP-WG/bp-core?branch=develop#6ae56d5a005f0e0fc761516fb96c2c47bb13de46" dependencies = [ "amplify", "bp-consensus", @@ -340,8 +338,7 @@ dependencies = [ [[package]] name = "bp-dbc" version = "0.11.0-beta.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11fc4081db2147411381b9650765ce683e5065559f1125508696f79cc4cbfedf" +source = "git+https://github.com/BP-WG/bp-core?branch=develop#6ae56d5a005f0e0fc761516fb96c2c47bb13de46" dependencies = [ "amplify", "base85", @@ -354,8 +351,7 @@ dependencies = [ [[package]] name = "bp-derive" version = "0.11.0-beta.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d2687829a365ba79a22d91737fa7404fd3e2aaeee6b8f5780fa3e94e6cb36c2" +source = "git+https://github.com/BP-WG/bp-std?branch=develop#eb393cdb1c234cb76c100cea67b87c0cbc85fab8" dependencies = [ "amplify", "bp-consensus", @@ -403,8 +399,7 @@ dependencies = [ [[package]] name = "bp-invoice" version = "0.11.0-beta.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f29c4f672b4b82ce7a218b2900254ac8e4b15b0022ed13abffa722571e73d375" +source = "git+https://github.com/BP-WG/bp-std?branch=develop#eb393cdb1c234cb76c100cea67b87c0cbc85fab8" dependencies = [ "amplify", "bech32", @@ -416,8 +411,7 @@ dependencies = [ [[package]] name = "bp-seals" version = "0.11.0-beta.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d607238c2bf2c34d048d14cd798a6365306e0fb6b02211235f3ccad0bc7fa8f1" +source = "git+https://github.com/BP-WG/bp-core?branch=develop#6ae56d5a005f0e0fc761516fb96c2c47bb13de46" dependencies = [ "amplify", "baid64", @@ -432,8 +426,7 @@ dependencies = [ [[package]] name = "bp-std" version = "0.11.0-beta.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c9642f7b303791ba5696ff4be52c8d21ac2d2265bf9552692c8b03c741c11c" +source = "git+https://github.com/BP-WG/bp-std?branch=develop#eb393cdb1c234cb76c100cea67b87c0cbc85fab8" dependencies = [ "amplify", "bp-consensus", @@ -743,8 +736,7 @@ dependencies = [ [[package]] name = "descriptors" version = "0.11.0-beta.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e15b0f1ea4c1b7f66b86153341f08961122f5bad3fa68546b9ac5b199c99c39" +source = "git+https://github.com/BP-WG/bp-std?branch=develop#eb393cdb1c234cb76c100cea67b87c0cbc85fab8" dependencies = [ "amplify", "bp-derive", @@ -1277,8 +1269,7 @@ dependencies = [ [[package]] name = "psbt" version = "0.11.0-beta.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b5b2f8fb596a1caffa486595c66eae3ebc3fb05c74063348b9a987373ba0cdb" +source = "git+https://github.com/BP-WG/bp-std?branch=develop#eb393cdb1c234cb76c100cea67b87c0cbc85fab8" dependencies = [ "amplify", "base64", diff --git a/Cargo.toml b/Cargo.toml index 7486583..a2510a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,4 +98,13 @@ strict-encoding = ["bp-std/strict_encoding", "psbt/strict_encoding"] serde = ["serde_crate", "serde_yaml", "toml", "bp-std/serde", "psbt/serde", "descriptors/serde"] [patch.crates-io] +bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "develop" } +bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "develop" } +bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "develop" } +bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "develop" } +bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "develop" } +bp-derive = { git = "https://github.com/BP-WG/bp-std", branch = "develop" } +descriptors = { git = "https://github.com/BP-WG/bp-std", branch = "develop" } +psbt = { git = "https://github.com/BP-WG/bp-std", branch = "develop" } +bp-std = { git = "https://github.com/BP-WG/bp-std", branch = "develop" } bp-esplora = { git = "https://github.com/BP-WG/bp-esplora-client", branch = "master" }