diff options
Diffstat (limited to 'zkvms/zkwasm/host')
| -rw-r--r-- | zkvms/zkwasm/host/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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" |
