Skip to content

Commit

Permalink
chore: update to latest revm main
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Apr 5, 2024
1 parent de711b7 commit d480164
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 106 deletions.
94 changes: 47 additions & 47 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ revm-jit-cranelift = { version = "0.1.0", path = "crates/revm-jit-cranelift", de
revm-jit-llvm = { version = "0.1.0", path = "crates/revm-jit-llvm", default-features = false }

alloy-primitives = { version = "0.7.0", default-features = false }
revm-primitives = { version = "3.1.0", default-features = false }
revm-interpreter = { version = "3.4.0", default-features = false }
revm-primitives = { version = "3.1.1", default-features = false }
revm-interpreter = { version = "4.0.0", default-features = false }
ruint = { version = "1.12.1", default-features = false }

eyre = "0.6"
Expand All @@ -51,5 +51,5 @@ tracing-error = "0.2"
tracing-subscriber = "0.3"

[patch.crates-io]
revm-primitives = { git = "https://github.com/bluealloy/revm" }
revm-interpreter = { git = "https://github.com/bluealloy/revm" }
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "4d64bbcd241540f90f3a6ab2285b6fe6f8febb1f" }
revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "4d64bbcd241540f90f3a6ab2285b6fe6f8febb1f" }
Loading

0 comments on commit d480164

Please sign in to comment.