From 1a5a2d5d73151b39adeb440e895a9105024505a5 Mon Sep 17 00:00:00 2001 From: Fabiano Date: Wed, 26 Jun 2024 16:41:29 -0400 Subject: [PATCH] bump snarkVM rev to d170a9f Signed-off-by: Fabiano --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bd898ca1b..879d8f99aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ default-features = false [workspace.dependencies.snarkvm] git = "https://github.com/AleoNet/snarkVM.git" -rev = "8a05317" +rev = "d170a9f" #version = "=0.16.18" features = [ "circuit", "console", "rocks" ]