Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frisitano committed Nov 29, 2024
1 parent 1cadff6 commit 771056c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/trie/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ bincode.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_with.workspace = true

reth-scroll-primitives.workspace = true

[features]
Expand All @@ -69,7 +68,7 @@ serde = [
"revm-primitives/serde",
"reth-primitives-traits/serde",
"reth-codecs/serde",
"reth-scroll-primitives/serde"
"reth-scroll-primitives?/serde"
]
serde-bincode-compat = [
"serde",
Expand Down

0 comments on commit 771056c

Please sign in to comment.