Skip to content

Commit

Permalink
fix: enable missing feature (#5547)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 23, 2023
1 parent e2013b8 commit cda5d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cda5d4e

Please sign in to comment.