From 3736d8f9aa7c5cf46edc1e5d1dbd9dcf6f50b9c9 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Fri, 17 May 2024 03:27:55 +0300 Subject: [PATCH] fix(gakonst): revm bump, ref: https://github.com/bluealloy/revm/pull/1428 --- Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97e6ef514530..0c297abab067 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8098,7 +8098,7 @@ dependencies = [ [[package]] name = "revm" version = "9.0.0" -source = "git+https://github.com/bluealloy/revm?rev=7046d5e#7046d5e30e08e913ea160de32a5a338868b62e40" +source = "git+https://github.com/bluealloy/revm?rev=276cdfb#276cdfb5ed7654d70b3fc2bd9eeb7fbe643853cd" dependencies = [ "auto_impl", "cfg-if", @@ -8130,7 +8130,7 @@ dependencies = [ [[package]] name = "revm-interpreter" version = "5.0.0" -source = "git+https://github.com/bluealloy/revm?rev=7046d5e#7046d5e30e08e913ea160de32a5a338868b62e40" +source = "git+https://github.com/bluealloy/revm?rev=276cdfb#276cdfb5ed7654d70b3fc2bd9eeb7fbe643853cd" dependencies = [ "revm-primitives", "serde", @@ -8139,7 +8139,7 @@ dependencies = [ [[package]] name = "revm-precompile" version = "7.0.0" -source = "git+https://github.com/bluealloy/revm?rev=7046d5e#7046d5e30e08e913ea160de32a5a338868b62e40" +source = "git+https://github.com/bluealloy/revm?rev=276cdfb#276cdfb5ed7654d70b3fc2bd9eeb7fbe643853cd" dependencies = [ "aurora-engine-modexp", "c-kzg", @@ -8155,7 +8155,7 @@ dependencies = [ [[package]] name = "revm-primitives" version = "4.0.0" -source = "git+https://github.com/bluealloy/revm?rev=7046d5e#7046d5e30e08e913ea160de32a5a338868b62e40" +source = "git+https://github.com/bluealloy/revm?rev=276cdfb#276cdfb5ed7654d70b3fc2bd9eeb7fbe643853cd" dependencies = [ "alloy-primitives", "auto_impl", diff --git a/Cargo.toml b/Cargo.toml index 0dd4aabaf454..f4268d1e5bd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -404,7 +404,7 @@ similar-asserts = "1.5.0" test-fuzz = "5" [patch.crates-io] -revm = { git = "https://github.com/bluealloy/revm", rev = "7046d5e" } -revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "7046d5e" } -revm-precompile = { git = "https://github.com/bluealloy/revm", rev = "7046d5e" } -revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "7046d5e" } +revm = { git = "https://github.com/bluealloy/revm", rev = "276cdfb" } +revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "276cdfb" } +revm-precompile = { git = "https://github.com/bluealloy/revm", rev = "276cdfb" } +revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "276cdfb" }