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 }