From 1cadff6df7481deea9a2d8bfb4948c56f9470f2f Mon Sep 17 00:00:00 2001 From: frisitano Date: Fri, 29 Nov 2024 17:52:37 +0800 Subject: [PATCH] fix: feature propogation --- crates/trie/common/Cargo.toml | 3 ++- crates/trie/trie/Cargo.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/crates/trie/common/Cargo.toml b/crates/trie/common/Cargo.toml index bd31e80cf70d..f31b5d297d9d 100644 --- a/crates/trie/common/Cargo.toml +++ b/crates/trie/common/Cargo.toml @@ -68,7 +68,8 @@ serde = [ "alloy-trie/serde", "revm-primitives/serde", "reth-primitives-traits/serde", - "reth-codecs/serde" + "reth-codecs/serde", + "reth-scroll-primitives/serde" ] serde-bincode-compat = [ "serde", diff --git a/crates/trie/trie/Cargo.toml b/crates/trie/trie/Cargo.toml index 9b681559541f..f815076129fe 100644 --- a/crates/trie/trie/Cargo.toml +++ b/crates/trie/trie/Cargo.toml @@ -65,7 +65,8 @@ serde = [ "alloy-consensus/serde", "alloy-trie/serde", "revm/serde", - "reth-trie-common/serde" + "reth-trie-common/serde", + "reth-primitives-traits/serde" ] test-utils = [ "triehash",