Skip to content

Commit

Permalink
Enable serde for Pasta in feature derive_serde (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnevadoc authored Jan 30, 2024
1 parent 53dd906 commit d56a0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ default = ["bits"]
asm = []
bits = ["ff/bits"]
bn256-table = []
derive_serde = ["serde/derive", "serde_arrays", "hex"]
derive_serde = ["serde/derive", "serde_arrays", "hex", "pasta_curves/serde"]
print-trace = ["ark-std/print-trace"]

[profile.bench]
Expand Down

0 comments on commit d56a0d9

Please sign in to comment.