Skip to content

Commit

Permalink
migrate revm to galxe
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomoto911 committed Nov 25, 2024
1 parent 93f4230 commit c1148fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"
description = "Create Parallel EVM"

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

0 comments on commit c1148fb

Please sign in to comment.