Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 authored Feb 15, 2024
1 parent 09531f2 commit 2c9e739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ criterion = "0.5"
indicatif = "0.17"

[features]
default = ["std", "c-kzg", "secp256k1", "taiko"]
default = ["std", "c-kzg", "secp256k1"]
std = ["serde?/std", "serde_json?/std", "serde_json?/preserve_order", "revm-interpreter/std", "revm-precompile/std"]
serde = ["dep:serde", "dep:serde_json", "revm-interpreter/serde"]
arbitrary = ["revm-interpreter/arbitrary"]
Expand Down

0 comments on commit 2c9e739

Please sign in to comment.