From 523000d75ac6c194ccaa3aec0d8b29ef07d3f504 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Thu, 6 Feb 2025 14:59:57 +0200 Subject: feat(zkvms/zkwasm): Proper handling of input strings and hashmaps --- zkvms/zkwasm/host/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'zkvms/zkwasm/host/Cargo.toml') diff --git a/zkvms/zkwasm/host/Cargo.toml b/zkvms/zkwasm/host/Cargo.toml index 581038b..d1a68e7 100644 --- a/zkvms/zkwasm/host/Cargo.toml +++ b/zkvms/zkwasm/host/Cargo.toml @@ -5,4 +5,3 @@ edition = "2021" [dependencies] zkvms_host_io = { path = "../../../zkvms_host_io" } -regex = "1.11.1" -- cgit v1.2.3