From c62a36314c5fcfbd7485e36f77d014da9228876e Mon Sep 17 00:00:00 2001 From: zerosnacks Date: Mon, 14 Jul 2025 15:46:44 +0200 Subject: [PATCH] bump revm 27.0.3 to fix call_end issue --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7dc425..b850e98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ futures = "0.3" parking_lot = "0.12" -revm = { version = "27.0.2", features = ["std", "serde"] } +revm = { version = "27.0.3", features = ["std", "serde"] } serde = "1.0" serde_json = "1.0"