Skip to content

Commit

Permalink
Add derive_serde feature (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse authored Jan 9, 2024
1 parent 3550ab0 commit 3c02d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ sanity-checks = []
batch = ["rand_core/getrandom"]
circuit-params = []
cost-estimator = ["serde", "serde_derive"]
derive_serde = ["halo2curves/derive_serde"]

[lib]
bench = false
Expand Down

0 comments on commit 3c02d03

Please sign in to comment.