From a62c9482f905f5631ae98c89f5c327d1768202d4 Mon Sep 17 00:00:00 2001 From: Arsenii Kulikov Date: Tue, 11 Feb 2025 13:04:57 +0400 Subject: [PATCH] bump revm --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a895249..d2393eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,5 +54,5 @@ derive_more = { version = "1", default-features = false, features = ["full"] } serde = { version = "1", default-features = false, features = ["derive"] } [patch.crates-io] -revm = { git = "https://github.com/bluealloy/revm", rev = "a492073" } -revm-optimism = { git = "https://github.com/bluealloy/revm", rev = "a492073" } +revm = { git = "https://github.com/bluealloy/revm", rev = "26d16a1" } +revm-optimism = { git = "https://github.com/bluealloy/revm", rev = "26d16a1" }