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 2cd4548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions halo2-ecc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rand = "=0.8"
rand_chacha = "=0.3.1"
serde = { version = "=1.0", features = ["derive"] }
serde_json = "=1.0"
rayon = "=1.6.1"
rayon = "=1.7"
test-case = "=3.1.0"

# arithmetic
Expand Down Expand Up @@ -48,4 +48,4 @@ harness = false

[[bench]]
name = "fixed_base_msm"
harness = false
harness = false

0 comments on commit 2cd4548

Please sign in to comment.