From ceb945ffb9cda6391a699551f32c72e96a1b49f1 Mon Sep 17 00:00:00 2001 From: CeciliaZ030 Date: Wed, 26 Jun 2024 05:58:58 +0000 Subject: [PATCH] remove default c-kzg --- crates/primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 06aa71d4818c..7ed9fd78b8d0 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -87,7 +87,7 @@ pprof = { workspace = true, features = [ secp256k1.workspace = true [features] -default = ["c-kzg", "alloy-compat", "std"] +default = ["alloy-compat", "std"] asm-keccak = ["alloy-primitives/asm-keccak"] arbitrary = [ "reth-primitives-traits/arbitrary",