Skip to content

Commit

Permalink
fix cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
themighty1 committed Nov 28, 2024
1 parent b6a7d0e commit 7b9742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/components/poseidon-circomlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2",
# Change to upstream when https://github.com/privacy-scaling-explorations/poseidon-gadget/pull/5
# is merged.
halo2_poseidon = { git = "https://github.com/themighty1/poseidon-gadget" }
rayon = "1.5"
rayon = { version = "1.10" }

[[bench]]
name = "constants"
Expand Down

0 comments on commit 7b9742b

Please sign in to comment.