add format checker to .toml (#13968)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
georgehao
2025-01-28 20:20:58 +08:00
committed by GitHub
parent 22c1de501b
commit 2e4376f359
91 changed files with 833 additions and 933 deletions

View File

@ -23,7 +23,7 @@ reth-payload-builder-primitives.workspace = true
reth-payload-primitives.workspace = true
reth-tasks.workspace = true
reth-evm.workspace = true
reth-revm.workspace=true
reth-revm.workspace = true
# revm
revm.workspace = true

View File

@ -46,9 +46,9 @@ alloy-consensus.workspace = true
[features]
test-utils = [
"alloy-primitives",
"reth-chain-state/test-utils",
"reth-primitives/test-utils",
"revm/test-utils",
"reth-primitives-traits/test-utils"
"alloy-primitives",
"reth-chain-state/test-utils",
"reth-primitives/test-utils",
"revm/test-utils",
"reth-primitives-traits/test-utils",
]

View File

@ -47,4 +47,4 @@ std = [
"serde/std",
"thiserror/std",
]
op = ["dep:op-alloy-rpc-types-engine"]
op = ["dep:op-alloy-rpc-types-engine"]

View File

@ -17,4 +17,4 @@ reth-primitives.workspace = true
# alloy
alloy-primitives.workspace = true
alloy-consensus.workspace = true
alloy-consensus.workspace = true