Skip to content

Commit

Permalink
fix: kzg-rs include once_cell and derive_more in primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Jul 9, 2024
1 parent fcee3f3 commit e8f1fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ rand = ["alloy-primitives/rand"]

# See comments in `revm-precompile`
c-kzg = ["dep:c-kzg", "dep:once_cell", "dep:derive_more"]
kzg-rs = ["dep:kzg-rs", "dep:once_cell", "dep:derive_more"]

0 comments on commit e8f1fbd

Please sign in to comment.