Skip to content

Commit

Permalink
revmc-toolkit from path to git dep
Browse files Browse the repository at this point in the history
  • Loading branch information
halo3mic committed Sep 28, 2024
1 parent 399bbe5 commit b4b793a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions crates/rbuilder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ async-trait = "0.1.80"

eth-sparse-mpt = { git = "https://github.com/flashbots/eth-sparse-mpt", rev = "664759b" }

revmc-toolkit-load = { path = "../../../revmc-toolkit/crates/load" }
revmc-toolkit-sim = { path = "../../../revmc-toolkit/crates/sim" }
revmc-toolkit-build = { path = "../../../revmc-toolkit/crates/build" }
revmc-toolkit-utils = { path = "../../../revmc-toolkit/crates/utils" }
revmc-toolkit-load = { git = "https://github.com/halo3mic/revmc-toolkit", branch = "dev" }
revmc-toolkit-sim = { git = "https://github.com/halo3mic/revmc-toolkit", branch = "dev" }
revmc-toolkit-build = { git = "https://github.com/halo3mic/revmc-toolkit", branch = "dev" }
revmc-toolkit-utils = { git = "https://github.com/halo3mic/revmc-toolkit", branch = "dev" }
dotenv = "0.15.0"

[build-dependencies]
Expand Down

0 comments on commit b4b793a

Please sign in to comment.