From bbeccce47180f64468f1c072bf22889afc8fd84b Mon Sep 17 00:00:00 2001 From: Zhang Junyu Date: Fri, 26 Apr 2024 07:06:20 +0000 Subject: [PATCH] 123 --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38c2921d363..ab5bdd2ba7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,6 @@ exclude = [ "/res/*", "/tests/*", "/fuzz/*", "/benches/*" ] wasmi_core = { version = "0.1", path = "core", default-features = false } validation = { package = "wasmi-validation", version = "0.4", path = "validation", default-features = false } parity-wasm = { version = "0.42.0", features = ["sign_ext"] } -regex = "1.10.2" specs = { path = "../../crates/specs" } [dev-dependencies]