Skip to content

Commit

Permalink
chore: bump to revm main
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed May 1, 2024
1 parent 1e5f72f commit a615bd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ tracing-subscriber = "0.3"
paste = "1.0"

[patch.crates-io]
# revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "cfc4511fe148296394c19c9ab3fb46f663218413" }
# revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "cfc4511fe148296394c19c9ab3fb46f663218413" }
revm-primitives = { git = "https://github.com/danipopes/revm", branch = "tmp-prs2" }
revm-interpreter = { git = "https://github.com/danipopes/revm", branch = "tmp-prs2" }
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "67c13f3daaba8620829d949b93fb0583d8f8fcd7" }
revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "67c13f3daaba8620829d949b93fb0583d8f8fcd7" }

[profile.release]
codegen-units = 1

0 comments on commit a615bd1

Please sign in to comment.