From c40db3132d4c199b08a95f29c10370531cb33877 Mon Sep 17 00:00:00 2001 From: vineet <10172895+vineetpant@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:32:19 +0100 Subject: [PATCH 1/2] update vade-didcomm dependency for comment fix --- Cargo.lock | 2 +- Cargo.toml | 2 +- VERSIONS.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e63d721..16f6c14 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=develop#cacf8666122fbdf5819629c50c1bba86353847f3" +source = "git+https://github.com/evannetwork/vade-didcomm.git?branch=feature/fix-comment-in-didcomm-send#18e5cc794c193ae73d60b50f1fa9319e6828d1c5" dependencies = [ "async-trait", "bs58", diff --git a/Cargo.toml b/Cargo.toml index bbaf6fb..665aa53 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 = "develop" +branch = "feature/fix-comment-in-didcomm-send" optional = true # jwt-vc diff --git a/VERSIONS.md b/VERSIONS.md index 6daabd4..3f9e32e 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -10,6 +10,7 @@ ### Fixes - fix timestamp generation for `vade-didcomm` in `wasm` build +- update `vade-didcomm` dependency for `comment` fix in `did-exchange` ### Deprecation From ee6eaa4a9a439a61bd7f9cb6a8595f670b6706cc Mon Sep 17 00:00:00 2001 From: wulfraem Date: Tue, 7 Nov 2023 13:43:38 +0100 Subject: [PATCH 2/2] 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