Skip to content

Commit

Permalink
fix: pin rayon to v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Sep 17, 2023
1 parent a8cb951 commit d6be171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ num-traits = "=0.2"
rand_chacha = "=0.3"
rustc-hash = "=1.1"
ff = "=0.12"
rayon = "=1.6.1"
rayon = "=1.7"
serde = { version = "=1.0", features = ["derive"] }
serde_json = "=1.0"
log = "=0.4"
Expand Down

0 comments on commit d6be171

Please sign in to comment.