Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 0881725

Browse files
decofezerosnacks
andauthored
fix: bump revm to 38.0.0 (#138)
revm 37.0.0 resolves to incompatible transitive deps (revm-handler 18.1.0 + revm-inspector 18.0.0) causing a build failure on all CI jobs except fmt/deny/codeql. Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com>
1 parent fb4894d commit 0881725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ futures = "0.3"
5151

5252
parking_lot = "0.12"
5353

54-
revm = { version = "37.0.0", features = ["std", "serde"] }
54+
revm = { version = "38.0.0", features = ["std", "serde"] }
5555

5656
serde = "1.0"
5757
serde_json = "1.0"

0 commit comments

Comments
 (0)