From afa7b8fc9c68d3137c2e3673fcb4c175bc820cff Mon Sep 17 00:00:00 2001 From: lightsing Date: Wed, 25 Dec 2024 10:15:49 +0800 Subject: [PATCH] lint propagate-feature --- crates/trie/trie/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/trie/trie/Cargo.toml b/crates/trie/trie/Cargo.toml index 65e7e16d1226..4cc51df6dd30 100644 --- a/crates/trie/trie/Cargo.toml +++ b/crates/trie/trie/Cargo.toml @@ -68,6 +68,7 @@ serde = [ "alloy-trie/serde", "alloy-eips/serde", "revm/serde", + "reth-primitives-traits/serde", "reth-trie-common/serde", ] test-utils = [