From 2cd4548650cd7c2bf45414fae67651ea7d93c4bd Mon Sep 17 00:00:00 2001 From: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com> Date: Sat, 16 Sep 2023 20:52:36 -0700 Subject: [PATCH] fix: pin rayon to v1.7 --- halo2-base/Cargo.toml | 2 +- halo2-ecc/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/halo2-base/Cargo.toml b/halo2-base/Cargo.toml index 8446bbc2..5cf222b2 100644 --- a/halo2-base/Cargo.toml +++ b/halo2-base/Cargo.toml @@ -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" diff --git a/halo2-ecc/Cargo.toml b/halo2-ecc/Cargo.toml index b4beeb19..0c33e387 100644 --- a/halo2-ecc/Cargo.toml +++ b/halo2-ecc/Cargo.toml @@ -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 @@ -48,4 +48,4 @@ harness = false [[bench]] name = "fixed_base_msm" -harness = false \ No newline at end of file +harness = false