From eb393cdb1c234cb76c100cea67b87c0cbc85fab8 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Sat, 12 Oct 2024 13:31:37 +0200 Subject: [PATCH] chore: update patches --- Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9182d0..94a9fe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ dependencies = [ [[package]] name = "bp-consensus" version = "0.11.0-beta.8" -source = "git+https://github.com/BP-WG/bp-core?branch=methods#725a24e3ec1d5e3951cb317eae95c200115295ff" +source = "git+https://github.com/BP-WG/bp-core?branch=develop#6ae56d5a005f0e0fc761516fb96c2c47bb13de46" dependencies = [ "amplify", "chrono", @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "bp-core" version = "0.11.0-beta.8" -source = "git+https://github.com/BP-WG/bp-core?branch=methods#725a24e3ec1d5e3951cb317eae95c200115295ff" +source = "git+https://github.com/BP-WG/bp-core?branch=develop#6ae56d5a005f0e0fc761516fb96c2c47bb13de46" dependencies = [ "amplify", "bp-consensus", @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "bp-dbc" version = "0.11.0-beta.8" -source = "git+https://github.com/BP-WG/bp-core?branch=methods#725a24e3ec1d5e3951cb317eae95c200115295ff" +source = "git+https://github.com/BP-WG/bp-core?branch=develop#6ae56d5a005f0e0fc761516fb96c2c47bb13de46" dependencies = [ "amplify", "base85", @@ -210,7 +210,7 @@ dependencies = [ [[package]] name = "bp-seals" version = "0.11.0-beta.8" -source = "git+https://github.com/BP-WG/bp-core?branch=methods#725a24e3ec1d5e3951cb317eae95c200115295ff" +source = "git+https://github.com/BP-WG/bp-core?branch=develop#6ae56d5a005f0e0fc761516fb96c2c47bb13de46" dependencies = [ "amplify", "baid64", diff --git a/Cargo.toml b/Cargo.toml index 978d01b..f366539 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ getrandom = { version = "0.2", features = ["js"] } wasm-bindgen-test = "0.3" [patch.crates-io] -bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "methods" } -bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "methods" } -bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "methods" } -bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "methods" } +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" }