From 9b7f1425a7526b96d42d6c9e28a72b0cf0d66d56 Mon Sep 17 00:00:00 2001 From: vineet pant <10172895+vineetpant@users.noreply.github.com> Date: Fri, 2 Jun 2023 16:16:12 +0200 Subject: [PATCH] update vade-plugins branch dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0f942a7..a6b3a04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ optional = true # jwt-vc [dependencies.vade-jwt-vc] git = "https://github.com/evannetwork/vade-jwt-vc.git" -branch = "feature/fix-critical-dependency-updates" +branch = "develop" optional = true # signer @@ -147,7 +147,7 @@ optional = true [dependencies.vade-evan-bbs] git = "https://github.com/evannetwork/vade-evan-bbs.git" -branch = "feature/fix-critical-dependency-updates" +branch = "develop" optional = true default-features = false