From 94c9788e398c7ae3dcb93353d69cf3e3a327a9ba Mon Sep 17 00:00:00 2001 From: frisitano Date: Mon, 2 Dec 2024 15:26:09 +0800 Subject: [PATCH] fix: propagate feature --- crates/blockchain-tree/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/blockchain-tree/Cargo.toml b/crates/blockchain-tree/Cargo.toml index b1ee7874c2bb..3fac728a66ed 100644 --- a/crates/blockchain-tree/Cargo.toml +++ b/crates/blockchain-tree/Cargo.toml @@ -76,6 +76,7 @@ test-utils = [ "reth-primitives/test-utils", "reth-revm/test-utils", "reth-stages-api/test-utils", + "reth-trie-db/test-utils", "reth-db/test-utils", "reth-db-api/test-utils", "reth-provider/test-utils",