Skip to content

Commit

Permalink
Run trunk fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Aug 30, 2024
1 parent c02d502 commit fd00b43
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ rust-version = "1.79"
exclude = [".github/"]

[workspace]
members = [
"bin/keth",
"crates/node",
"crates/pool",
"crates/exex",
]
members = ["bin/keth", "crates/node", "crates/pool", "crates/exex"]

# Explicitly set the resolver to version 2, which is the default for packages with edition >= 2021
# https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html
Expand Down Expand Up @@ -45,7 +40,9 @@ reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth.git" }
reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git" }
reth-node-api = { git = "https://github.com/paradigmxyz/reth.git" }
reth-ethereum-engine-primitives = { git = "https://github.com/paradigmxyz/reth.git" }
reth-exex = { git = "https://github.com/paradigmxyz/reth", features = ["serde"] }
reth-exex = { git = "https://github.com/paradigmxyz/reth", features = [
"serde",
] }
reth-execution-types = { git = "https://github.com/paradigmxyz/reth.git" }
reth-tracing = { git = "https://github.com/paradigmxyz/reth.git" }
reth-revm = { git = "https://github.com/paradigmxyz/reth.git" }
Expand Down

0 comments on commit fd00b43

Please sign in to comment.