From cda5d4e7c53ccc898b7725eb5d3b46c35e4da7f8 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 23 Nov 2023 16:02:43 +0100 Subject: [PATCH] fix: enable missing feature (#5547) --- crates/storage/provider/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/storage/provider/Cargo.toml b/crates/storage/provider/Cargo.toml index d022ca9720..1cecabfce4 100644 --- a/crates/storage/provider/Cargo.toml +++ b/crates/storage/provider/Cargo.toml @@ -55,7 +55,7 @@ assert_matches.workspace = true rand.workspace = true [features] -test-utils = ["alloy-rlp"] +test-utils = ["alloy-rlp", "reth-db/test-utils"] optimism = [ "reth-primitives/optimism", "reth-interfaces/optimism"