From 96ad6d5bd525c821ea95122290c76cf133f5d36d Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 18 Oct 2024 00:40:15 +0200 Subject: [PATCH] chore: rm unused reth-revm c-kzg feature (#11860) --- crates/revm/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/revm/Cargo.toml b/crates/revm/Cargo.toml index 7ffb06ce96..b2d3bccde6 100644 --- a/crates/revm/Cargo.toml +++ b/crates/revm/Cargo.toml @@ -32,8 +32,7 @@ reth-ethereum-forks.workspace = true alloy-primitives.workspace = true [features] -default = ["std", "c-kzg"] +default = ["std"] std = [] -c-kzg = ["revm/c-kzg"] test-utils = ["dep:reth-trie"] serde = ["revm/serde"]