From c221b5d74d2b9def0e392269bbab3f1cdd06df11 Mon Sep 17 00:00:00 2001 From: philogy Date: Sat, 12 Oct 2024 11:47:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20dep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ace2870..9930c11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,6 @@ huff-ast = { path = "crates/ast" } alloy-dyn-abi = "0.8" alloy-primitives = "0.8" -revm-interpreter = "10" ariadne = { version = "0.4.1", features = ["auto-color"] } clap = { version = "4", features = ["derive"] } evm-glue = { git = "https://github.com/Philogy/evm-glue.git", rev = "b51f6a0" }