From 9e1770b80d5d44a78ecb3b0f659cae4862b84cae Mon Sep 17 00:00:00 2001 From: evalir Date: Thu, 2 Nov 2023 17:37:07 -0400 Subject: [PATCH] chore: remove alloy-dyn-abi as its an unused dep (#12) 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 }