From 82b97a8dd383d596b1a3978073bebacb2810c993 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 3 Dec 2024 10:46:41 +0100 Subject: [PATCH] chore: fix unused warning (#13090) --- crates/trie/common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/trie/common/Cargo.toml b/crates/trie/common/Cargo.toml index 9f81d020e..73fce5f8e 100644 --- a/crates/trie/common/Cargo.toml +++ b/crates/trie/common/Cargo.toml @@ -67,7 +67,7 @@ serde = [ "alloy-primitives/serde", "alloy-consensus/serde", "alloy-trie/serde", - "alloy-rpc-types-eth/serde", + "alloy-rpc-types-eth?/serde", "revm-primitives/serde", "reth-primitives-traits/serde", "reth-codecs/serde"