From 7038d1aed8c28c99e2615e8e9cbbb8655427d814 Mon Sep 17 00:00:00 2001 From: lightsing Date: Wed, 28 Aug 2024 15:10:17 +0800 Subject: [PATCH] fix --- Cargo.lock | 1 + eth-types/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e98c4d8a04..8af7cd4db4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1502,6 +1502,7 @@ dependencies = [ "num", "num-bigint", "poseidon-bn254", + "primitive-types", "regex", "revm-precompile", "revm-primitives", diff --git a/eth-types/Cargo.toml b/eth-types/Cargo.toml index 928620e40d..ff2ad25e75 100644 --- a/eth-types/Cargo.toml +++ b/eth-types/Cargo.toml @@ -34,7 +34,7 @@ ethereum-types.workspace = true bincode.workspace = true [features] -default = ["warn-unimplemented", "secp256k1", "poseidon-bn254/halo2curves_v1"] +default = ["warn-unimplemented"] warn-unimplemented = [] secp256k1 = ["halo2curves"] poseidon-bn254 = ["poseidon-bn254/bn254"]