From bf699247d0c3ff466c56830896bb19cce8694667 Mon Sep 17 00:00:00 2001 From: clabby Date: Fri, 22 Sep 2023 00:40:48 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20`native=5Fkeccak`=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/mipsevm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/mipsevm/Cargo.toml b/crates/mipsevm/Cargo.toml index fdf6a4f..2f04eb2 100644 --- a/crates/mipsevm/Cargo.toml +++ b/crates/mipsevm/Cargo.toml @@ -22,4 +22,5 @@ rand = "0.8.5" revm = "3.3.0" [features] +native_keccak = ["alloy-primitives/native_keccak"] tracing = []