Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Jan 16, 2025
1 parent 71aca5a commit 1f4713c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions crates/trie/trie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,23 @@ criterion.workspace = true
[features]
metrics = ["reth-metrics", "dep:metrics"]
serde = [
"alloy-primitives/serde",
"alloy-consensus/serde",
"alloy-trie/serde",
"alloy-eips/serde",
"revm/serde",
"reth-trie-common/serde",
"reth-primitives-traits/serde",
"alloy-primitives/serde",
"alloy-consensus/serde",
"alloy-trie/serde",
"alloy-eips/serde",
"revm/serde",
"reth-trie-common/serde",
"reth-primitives-traits/serde",
]
test-utils = [
"triehash",
"revm/test-utils",
"reth-primitives/test-utils",
"reth-trie-common/test-utils",
"reth-trie-common/test-utils",
"reth-trie-sparse/test-utils",
"reth-stages-types/test-utils",
"reth-primitives-traits/test-utils"
"triehash",
"revm/test-utils",
"reth-primitives/test-utils",
"reth-trie-common/test-utils",
"reth-trie-common/test-utils",
"reth-trie-sparse/test-utils",
"reth-stages-types/test-utils",
"reth-primitives-traits/test-utils"
]
scroll = ["revm/scroll"]

Expand Down

0 comments on commit 1f4713c

Please sign in to comment.