From f6b9208f6daa9d518c9d28f0a87f5ab0435df1ea Mon Sep 17 00:00:00 2001 From: Enrique Ortiz Date: Thu, 2 Nov 2023 17:27:25 -0400 Subject: [PATCH] chore: remove alloy-dyn-abi as its unused --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bff2cd3a..5199b09e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ all-features = true [dependencies] alloy-primitives = { version = "0.4", default-features = false, features = ["std", "serde", "rand"] } -alloy-dyn-abi = { version = "0.4", default-features = false, features = ["std"] } alloy-json-abi = { version = "0.4", default-features = false, features = ["std", "serde_json"] } solang-parser = { version = "=0.3.3", default-features = false }