From 180b81af2fb0cb18ae12fef5249e7e43fa5bab8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien?= <3535019+leruaa@users.noreply.github.com> Date: Thu, 4 Jul 2024 16:19:22 +0200 Subject: [PATCH] fix: remove useless arbitrary feature (#9307) --- crates/storage/codecs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/storage/codecs/Cargo.toml b/crates/storage/codecs/Cargo.toml index 6864a5cf6..6f286a95b 100644 --- a/crates/storage/codecs/Cargo.toml +++ b/crates/storage/codecs/Cargo.toml @@ -15,7 +15,7 @@ workspace = true reth-codecs-derive = { path = "./derive", default-features = false } # eth -alloy-consensus = { workspace = true, optional = true, features = ["arbitrary"] } +alloy-consensus = { workspace = true, optional = true } alloy-eips = { workspace = true, optional = true } alloy-genesis = { workspace = true, optional = true } alloy-primitives.workspace = true