From 1a318a0c84d36e5abbfb93365e2c09835c12d8f3 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/trie/trie/Cargo.toml b/crates/trie/trie/Cargo.toml index 65e7e16d1226..460c338cb7c5 100644 --- a/crates/trie/trie/Cargo.toml +++ b/crates/trie/trie/Cargo.toml @@ -68,12 +68,14 @@ serde = [ "alloy-trie/serde", "alloy-eips/serde", "revm/serde", + "reth-primitives-traits/serde", "reth-trie-common/serde", ] test-utils = [ "triehash", "revm/test-utils", "reth-primitives/test-utils", + "reth-primitives-traits/test-utils", "reth-trie-common/test-utils", "reth-trie-sparse/test-utils", "reth-stages-types/test-utils",