Skip to content

Commit

Permalink
fix: feature propogation
Browse files Browse the repository at this point in the history
  • Loading branch information
frisitano committed Nov 29, 2024
1 parent 928db75 commit 1cadff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crates/trie/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion crates/trie/trie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1cadff6

Please sign in to comment.