diff --git a/Cargo.lock b/Cargo.lock index 35845eea16..83d4e7d751 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5759,6 +5759,7 @@ dependencies = [ "c-kzg", "cfg-if", "k256", + "kzg-rs", "once_cell", "p256", "revm-primitives 8.0.0", diff --git a/Cargo.toml b/Cargo.toml index 67dec7b9f4..0c5833ae7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ alloy-rlp = { version = "0.3.5", default-features = false } alloy-consensus = { version = "0.2", default-features = false } op-alloy-consensus = { version = "0.1.4", default-features = false } alloy-eips = { version = "0.2", default-features = false } -revm = { git = "https://github.com/bluealloy/revm", version = "13.0", default-features = false } +revm = { git = "https://github.com/bluealloy/revm", version = "13.0", default-features = false, features = ["kzg-rs"] } [profile.dev] opt-level = 1