From 60e5716c6c44538153f23b21151e855c5d75907a Mon Sep 17 00:00:00 2001 From: yutianwu Date: Tue, 12 Nov 2024 11:15:17 +0800 Subject: [PATCH] chore: update version of revm --- Cargo.lock | 8 ++++---- Cargo.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5b590e17..d1bd4b00f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10350,7 +10350,7 @@ dependencies = [ [[package]] name = "revm" version = "14.0.3" -source = "git+https://github.com/bnb-chain/revm?rev=0978bcb4189c547e7b71b2f11389ff2214fbe319#0978bcb4189c547e7b71b2f11389ff2214fbe319" +source = "git+https://github.com/bnb-chain/revm?rev=v1.0.5#a9752c97d2c742d25405a4a9a698f30f5007da6e" dependencies = [ "auto_impl", "cfg-if", @@ -10383,7 +10383,7 @@ dependencies = [ [[package]] name = "revm-interpreter" version = "10.0.3" -source = "git+https://github.com/bnb-chain/revm?rev=0978bcb4189c547e7b71b2f11389ff2214fbe319#0978bcb4189c547e7b71b2f11389ff2214fbe319" +source = "git+https://github.com/bnb-chain/revm?rev=v1.0.5#a9752c97d2c742d25405a4a9a698f30f5007da6e" dependencies = [ "revm-primitives", "serde", @@ -10392,7 +10392,7 @@ dependencies = [ [[package]] name = "revm-precompile" version = "11.0.3" -source = "git+https://github.com/bnb-chain/revm?rev=0978bcb4189c547e7b71b2f11389ff2214fbe319#0978bcb4189c547e7b71b2f11389ff2214fbe319" +source = "git+https://github.com/bnb-chain/revm?rev=v1.0.5#a9752c97d2c742d25405a4a9a698f30f5007da6e" dependencies = [ "alloy-rlp", "aurora-engine-modexp", @@ -10420,7 +10420,7 @@ dependencies = [ [[package]] name = "revm-primitives" version = "10.0.0" -source = "git+https://github.com/bnb-chain/revm?rev=0978bcb4189c547e7b71b2f11389ff2214fbe319#0978bcb4189c547e7b71b2f11389ff2214fbe319" +source = "git+https://github.com/bnb-chain/revm?rev=v1.0.5#a9752c97d2c742d25405a4a9a698f30f5007da6e" dependencies = [ "alloy-eip2930", "alloy-eip7702", diff --git a/Cargo.toml b/Cargo.toml index 772e6723b..b5cc42f44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -615,9 +615,9 @@ tikv-jemallocator = "0.6" tracy-client = "0.17.3" [patch.crates-io] -revm = { git = "https://github.com/bnb-chain/revm", rev = "0978bcb4189c547e7b71b2f11389ff2214fbe319" } -revm-interpreter = { git = "https://github.com/bnb-chain/revm", rev = "0978bcb4189c547e7b71b2f11389ff2214fbe319" } -revm-primitives = { git = "https://github.com/bnb-chain/revm", rev = "0978bcb4189c547e7b71b2f11389ff2214fbe319" } +revm = { git = "https://github.com/bnb-chain/revm", rev = "v1.0.5" } +revm-interpreter = { git = "https://github.com/bnb-chain/revm", rev = "v1.0.5" } +revm-primitives = { git = "https://github.com/bnb-chain/revm", rev = "v1.0.5" } alloy-rpc-types-eth = { git = "https://github.com/bnb-chain/alloy", rev = "718060680134e6bb40d97d3c6fb56fd1950ced36" } alloy-consensus = { git = "https://github.com/bnb-chain/alloy", rev = "718060680134e6bb40d97d3c6fb56fd1950ced36" } alloy-eips = { git = "https://github.com/bnb-chain/alloy", rev = "718060680134e6bb40d97d3c6fb56fd1950ced36" }