From ede959e11918d79cc38ebbbab936ccd15948e811 Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Fri, 11 Aug 2023 12:35:10 +0200 Subject: [PATCH] Remove comment Signed-off-by: Patrik Stas --- aries_vcx_core/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/aries_vcx_core/Cargo.toml b/aries_vcx_core/Cargo.toml index c5ed0a0567..b9d77d5c37 100644 --- a/aries_vcx_core/Cargo.toml +++ b/aries_vcx_core/Cargo.toml @@ -42,7 +42,6 @@ lazy_static = "1.4.0" derive_builder = "0.12.0" uuid = { version = "1.3.0", default-features = false, features = ["v4"] } tokio = { version = "1.20" } -# TODO: Point to the official repo if / when vdr-proxy-client PR is merged: https://github.com/hyperledger/indy-vdr/pull/184 indy-vdr-proxy-client = { git = "https://github.com/Patrik-Stas/indy-vdr.git", rev = "3cd499ad75", optional = true } indy-ledger-response-parser = { path = "../indy_ledger_response_parser" } lru = { version = "0.10.0" }