From ff63c72edb4d7cdbc8445e704e4902069f3c3a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Doru=20Bl=C3=A2nzeanu?= Date: Tue, 10 Jun 2025 00:16:57 +0300 Subject: [PATCH] cargo: fix hyperlight_testing Cargo.lock version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Doru Blânzeanu --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 4c3b0bcbb..623ee5af2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1280,7 +1280,7 @@ dependencies = [ [[package]] name = "hyperlight-testing" -version = "0.6.0" +version = "0.0.0" dependencies = [ "anyhow", "log",