Skip to content

Commit

Permalink
enabling derive_serde for halo2 curves
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenfeizhang committed Nov 9, 2023
1 parent 85bccd3 commit 2f80720
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ harness = false
backtrace = { version = "0.3", optional = true }
ff = "0.13"
group = "0.13"
halo2curves = { version = "0.1.0" }
halo2curves = { version = "0.1.0", features = [ "derive_serde" ] }
rand_core = { version = "0.6", default-features = false }
tracing = "0.1"
blake2b_simd = "1" # MSRV 1.66.0
Expand Down

0 comments on commit 2f80720

Please sign in to comment.