diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 3379e60905..b1046c3c67 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -39,4 +39,5 @@ serde = ["dep:serde", "alloy-primitives/serde"] hashbrown = ["alloy-primitives/map-hashbrown"] arbitrary = ["std", "alloy-primitives/arbitrary"] asm-keccak = ["alloy-primitives/asm-keccak"] +sha3-keccak = ["alloy-primitives/sha3-keccak"] rand = ["alloy-primitives/rand"] diff --git a/crates/revm/Cargo.toml b/crates/revm/Cargo.toml index 5a950e4301..e17c32dcd0 100644 --- a/crates/revm/Cargo.toml +++ b/crates/revm/Cargo.toml @@ -66,6 +66,7 @@ serde = [ ] arbitrary = ["primitives/arbitrary"] asm-keccak = ["primitives/asm-keccak"] +sha3-keccak = ["primitives/sha3-keccak"] asyncdb = ["database-interface/asyncdb"] # Enables alloydb inside database crate