From a01275b12d2bce62262b69a38c26d33111bc6ec7 Mon Sep 17 00:00:00 2001 From: Tschuck <7114819+Tschuck@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:24:42 +0100 Subject: [PATCH] fix(vade-evan-bbs): use experimental/develop-next branch --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 710efa6..02a3ded 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4912,7 +4912,7 @@ dependencies = [ [[package]] name = "vade-evan-bbs" version = "0.4.0" -source = "git+https://github.com/evannetwork/vade-evan-bbs.git?branch=feature/make-signer-address-optional#7de1fbabbd0d55e11381dddf029dced062b517c9" +source = "git+https://github.com/evannetwork/vade-evan-bbs.git?branch=experimental/develop-next#57f05fce63534bef6e1aab3cb7e698fb6d0ea3ac" dependencies = [ "async-trait", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 70b4108..e0fda31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,7 @@ optional = true [dependencies.vade-evan-bbs] git = "https://github.com/evannetwork/vade-evan-bbs.git" -branch = "feature/make-signer-address-optional" +branch = "experimental/develop-next" optional = true default-features = false