Skip to content

Commit 89a36f2

Browse files
committed
fix lint
1 parent 9b46ff7 commit 89a36f2

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

crates/scroll/node/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ reth-scroll-consensus.workspace = true
5151
reth-scroll-engine-primitives.workspace = true
5252
reth-scroll-evm.workspace = true
5353
reth-scroll-payload.workspace = true
54-
reth-scroll-primitives = { workspace = true, features = [
55-
"serde",
56-
"serde-bincode-compat",
57-
"reth-codec",
58-
] }
54+
reth-scroll-primitives = { workspace = true, features = ["serde", "serde-bincode-compat", "reth-codec"] }
5955
reth-scroll-rpc.workspace = true
6056
reth-scroll-txpool.workspace = true
6157

crates/scroll/rpc/Cargo.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ reth-node-builder.workspace = true
2929
# scroll
3030
reth-scroll-chainspec.workspace = true
3131
reth-scroll-evm.workspace = true
32-
reth-scroll-primitives = { workspace = true, features = [
33-
"serde",
34-
"serde-bincode-compat",
35-
"reth-codec",
36-
] }
32+
reth-scroll-primitives = { workspace = true, features = ["serde", "serde-bincode-compat", "reth-codec"] }
3733
scroll-alloy-consensus.workspace = true
3834
scroll-alloy-hardforks.workspace = true
3935
scroll-alloy-network.workspace = true
@@ -51,9 +47,7 @@ alloy-rpc-client.workspace = true
5147
alloy-transport-http.workspace = true
5248

5349
# reqwest
54-
reqwest = { workspace = true, default-features = false, features = [
55-
"rustls-tls-native-roots",
56-
] }
50+
reqwest = { workspace = true, default-features = false, features = ["rustls-tls-native-roots"] }
5751

5852
# tracing
5953
tracing.workspace = true

0 commit comments

Comments
 (0)