File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ description = "Create Parallel EVM"
66build = " build.rs"
77
88[dependencies ]
9- revm = { package = " revm" , git = " https://github.com/galxe/revm" , rev = " 20b5883 " }
10- revm-primitives = { package = " revm-primitives" , git = " https://github.com/galxe/revm" , rev = " 20b5883 " }
9+ revm = { package = " revm" , git = " https://github.com/galxe/revm" , rev = " a32cd92 " }
10+ revm-primitives = { package = " revm-primitives" , git = " https://github.com/galxe/revm" , rev = " a32cd92 " }
1111fastrace = " 0.7"
1212tracing = " 0.1.40"
1313ahash = { version = " 0.8.11" , features = [" serde" ] }
@@ -36,7 +36,7 @@ criterion = "0.5.1"
3636metrics-util = " 0.17.0"
3737walkdir = " 2.5.0"
3838rayon = " 1.10.0"
39- revme = { package = " revme" , git = " https://github.com/galxe/revm" , rev = " 20b5883 " }
39+ revme = { package = " revme" , git = " https://github.com/galxe/revm" , rev = " a32cd92 " }
4040fastrace = { version = " 0.7" , features = [" enable" ] }
4141fastrace-jaeger = " 0.7"
4242tikv-jemallocator = " 0.5.0"
You can’t perform that action at this time.
0 commit comments