From 00bf16d27e2f33b8a63117b614f85e7e0c007c62 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Tue, 28 Jan 2025 13:17:57 +0200 Subject: fix(zkvms/zkwasm): Lock wasm-bindgen version and add regex --- zkvms/zkwasm/host/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zkvms/zkwasm/host') diff --git a/zkvms/zkwasm/host/Cargo.toml b/zkvms/zkwasm/host/Cargo.toml index bb19d8b..01e3fda 100644 --- a/zkvms/zkwasm/host/Cargo.toml +++ b/zkvms/zkwasm/host/Cargo.toml @@ -5,9 +5,10 @@ edition = "2021" [dependencies] zkvms_host_io = { path = "../../../zkvms_host_io" } +regex = "1.11.1" # THESE ARE A COPY OF THE GUEST DEPENDENCIES # They're here as a hack, so crane.lib will fetch them rlp = { version = "0.5.2", default-features = false } zkwasm-rust-sdk = { git = "https://github.com/DelphinusLab/zkWasm-rust.git" } -wasm-bindgen = "0.2.95" +wasm-bindgen = "=0.2.95" -- cgit v1.2.3