Skip to content

Commit

Permalink
Fix blake2b_simd version
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstanceBeguier committed Oct 3, 2023
1 parent 55f03d3 commit 040b553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ group = "0.13"
pasta_curves = "0.5"
rand_core = { version = "0.6", default-features = false }
tracing = "0.1"
blake2b_simd = "1"
blake2b_simd = "=1.0.1"
maybe-rayon = {version = "0.1.0", default-features = false}

# Developer tooling dependencies
Expand Down

0 comments on commit 040b553

Please sign in to comment.