Skip to content

Commit

Permalink
use patched revm
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomoto911 committed Nov 15, 2024
1 parent 0928c1c commit 96bed98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ edition = "2021"
description = "Create Parallel EVM"

[dependencies]
revm = "14.0.0"
revm = { package = "revm", git = "https://github.com/nekomoto911/revm", branch = "v14.0.0" }
revm-primitives = { package = "revm-primitives", git = "https://github.com/nekomoto911/revm", branch = "v14.0.0" }
fastrace = "0.7"
tracing = "0.1.40"
ahash = { version = "0.8.11", features = ["serde"] }
Expand Down Expand Up @@ -33,7 +34,7 @@ criterion = "0.5.1"
metrics-util = "0.17.0"
walkdir = "2.5.0"
rayon = "1.10.0"
revme = "0.10.3"
revme = { package = "revme", git = "https://github.com/nekomoto911/revm", branch = "v14.0.0" }
fastrace = { version = "0.7", features = ["enable"] }
fastrace-jaeger = "0.7"
tikv-jemallocator = "0.5.0"
Expand Down

0 comments on commit 96bed98

Please sign in to comment.