From ee6eaa4a9a439a61bd7f9cb6a8595f670b6706cc Mon Sep 17 00:00:00 2001 From: wulfraem Date: Tue, 7 Nov 2023 13:43:38 +0100 Subject: [PATCH] update vade-didcomm back to develop branch --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16f6c14..29a20c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4838,7 +4838,7 @@ dependencies = [ [[package]] name = "vade-didcomm" version = "0.3.0" -source = "git+https://github.com/evannetwork/vade-didcomm.git?branch=feature/fix-comment-in-didcomm-send#18e5cc794c193ae73d60b50f1fa9319e6828d1c5" +source = "git+https://github.com/evannetwork/vade-didcomm.git?branch=develop#68afe13b4e52177058ac2b17a8a323e30f6e7765" dependencies = [ "async-trait", "bs58", diff --git a/Cargo.toml b/Cargo.toml index 665aa53..bbaf6fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ optional = true # didcomm [dependencies.vade-didcomm] git = "https://github.com/evannetwork/vade-didcomm.git" -branch = "feature/fix-comment-in-didcomm-send" +branch = "develop" optional = true # jwt-vc