From 3fb5b9c5bfcf50e5e8a3e6c02230a06c8f681bbc Mon Sep 17 00:00:00 2001 From: CeciliaZ030 Date: Wed, 26 Jun 2024 02:03:23 +0000 Subject: [PATCH] "kzg" to "c-kzg" --- Cargo.lock | 8 ++++---- crates/primitives/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e515ed8ebfb3..92391e71d168 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9523,7 +9523,7 @@ dependencies = [ [[package]] name = "revm" version = "9.0.0" -source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#44e1c7f884127f207103c647dac7b8828a1116a4" +source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#610eaf6438fd43c918cb3147894b5caea9d7e8e6" dependencies = [ "auto_impl", "cfg-if", @@ -9568,7 +9568,7 @@ dependencies = [ [[package]] name = "revm-interpreter" version = "5.0.0" -source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#44e1c7f884127f207103c647dac7b8828a1116a4" +source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#610eaf6438fd43c918cb3147894b5caea9d7e8e6" dependencies = [ "revm-primitives 4.0.0 (git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg)", "serde", @@ -9586,7 +9586,7 @@ dependencies = [ [[package]] name = "revm-precompile" version = "7.0.0" -source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#44e1c7f884127f207103c647dac7b8828a1116a4" +source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#610eaf6438fd43c918cb3147894b5caea9d7e8e6" dependencies = [ "aurora-engine-modexp", "blst", @@ -9620,7 +9620,7 @@ dependencies = [ [[package]] name = "revm-primitives" version = "4.0.0" -source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#44e1c7f884127f207103c647dac7b8828a1116a4" +source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#610eaf6438fd43c918cb3147894b5caea9d7e8e6" dependencies = [ "alloy-primitives", "auto_impl", diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 46b0c4744939..06aa71d4818c 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -105,8 +105,8 @@ arbitrary = [ ] c-kzg = [ "dep:c-kzg", - "revm/kzg", - "revm-primitives/kzg", + "revm/c-kzg", + "revm-primitives/c-kzg", "dep:tempfile", "alloy-eips/kzg", ]