Skip to content

Commit

Permalink
chore: move engine-primitives to engine folder (#9130)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jun 27, 2024
1 parent d3091cb commit 793aa85
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ members = [
"crates/consensus/debug-client/",
"crates/ethereum-forks/",
"crates/e2e-test-utils/",
"crates/engine-primitives/",
"crates/engine/primitives/",
"crates/engine/util/",
"crates/errors/",
"crates/ethereum-forks/",
Expand Down Expand Up @@ -283,7 +283,7 @@ reth-dns-discovery = { path = "crates/net/dns" }
reth-downloaders = { path = "crates/net/downloaders" }
reth-e2e-test-utils = { path = "crates/e2e-test-utils" }
reth-ecies = { path = "crates/net/ecies" }
reth-engine-primitives = { path = "crates/engine-primitives" }
reth-engine-primitives = { path = "crates/engine/primitives" }
reth-engine-util = { path = "crates/engine/util" }
reth-errors = { path = "crates/errors" }
reth-eth-wire = { path = "crates/net/eth-wire" }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 793aa85

Please sign in to comment.