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", ] }