Skip to content

Commit

Permalink
Rollback alloy-primitives double "no-default-features"
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen-stig committed Aug 6, 2024
1 parent 8ac236f commit 50c1797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ reth-codecs-derive = { path = "./derive", default-features = false }
alloy-consensus = { workspace = true, optional = true }
alloy-eips = { workspace = true, optional = true }
alloy-genesis = { workspace = true, optional = true }
alloy-primitives = { workspace = true, default-features = false }
alloy-primitives.workspace = true
alloy-trie = { workspace = true, optional = true }

# misc
Expand Down

0 comments on commit 50c1797

Please sign in to comment.