Skip to content

Commit 3b4a3c3

Browse files
authored
fix lints (#325)
1 parent 619f42f commit 3b4a3c3

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/primitives/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ c-kzg = { workspace = true, features = ["serde"], optional = true }
2727
# misc
2828
once_cell.workspace = true
2929

30-
# arbitrary utils
31-
arbitrary = { workspace = true, features = ["derive"], optional = true }
32-
3330
[dev-dependencies]
3431
# eth
3532
reth-primitives-traits = { workspace = true, features = ["arbitrary", "test-utils"] }
@@ -70,7 +67,6 @@ asm-keccak = [
7067
"alloy-primitives/asm-keccak",
7168
]
7269
arbitrary = [
73-
"dep:arbitrary",
7470
"alloy-eips/arbitrary",
7571
"reth-codec",
7672
"reth-ethereum-forks/arbitrary",

examples/custom-node/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ op-revm.workspace = true
4444

4545
# misc
4646
async-trait.workspace = true
47-
derive_more.workspace = true
4847
eyre.workspace = true
4948
jsonrpsee.workspace = true
5049
serde.workspace = true

0 commit comments

Comments
 (0)