Skip to content

Commit

Permalink
Update crates/precompile/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Jul 10, 2024
1 parent 8342f9c commit 172c90b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/precompile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ secp256r1 = ["dep:p256"]

# Enables the KZG point evaluation precompile.
c-kzg = ["dep:c-kzg", "revm-primitives/c-kzg"]
# `kzg-rs` is not audited but useful for `no_std` environment, use it with causing and default to `c-kzg` if possible.
kzg-rs = ["dep:kzg-rs", "revm-primitives/kzg-rs"]

portable = ["revm-primitives/portable", "c-kzg?/portable"]
Expand Down

0 comments on commit 172c90b

Please sign in to comment.