Skip to content

Commit

Permalink
pasta_curves enables serde option only if taiga has serde option enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
bazzilic authored and mariari committed Aug 30, 2023
1 parent 413f13f commit a625518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taiga_halo2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
rand = "0.8"
lazy_static = "1.4"
blake2b_simd = "1.0"
pasta_curves = { version = "0.5.1", features = ["serde"] }
pasta_curves = "0.5.1"
ff = "0.13"
group = "0.13"
halo2_gadgets = { version = "0.3", features = ["test-dependencies"] }
Expand Down Expand Up @@ -45,5 +45,5 @@ name = "tx_examples"

[features]
default = []
serde = ["dep:serde"]
serde = ["dep:serde", "pasta_curves/serde"]
borsh = ["dep:borsh"]

0 comments on commit a625518

Please sign in to comment.