From 6f951139e178ffb7619707b3a98c72fe79d8a7a4 Mon Sep 17 00:00:00 2001 From: ceciliaz030 Date: Thu, 18 Jan 2024 14:33:28 +0800 Subject: [PATCH] delete comment #"std" --- bins/revme/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/bins/revme/Cargo.toml b/bins/revme/Cargo.toml index e399c07fdb..8989bb8052 100644 --- a/bins/revme/Cargo.toml +++ b/bins/revme/Cargo.toml @@ -16,7 +16,6 @@ indicatif = "0.17" plain_hasher = "0.2" revm = { path = "../../crates/revm", version = "3.5.0", default-features = false, features = [ "ethersdb", - #"std", "serde", "c-kzg", ] }