From 4c92c787c736ce33f33babd2c24debcf8502a2b6 Mon Sep 17 00:00:00 2001 From: Constance Date: Thu, 23 Nov 2023 15:54:59 +0100 Subject: [PATCH] Limit version of half (<2.3) --- halo2_proofs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/halo2_proofs/Cargo.toml b/halo2_proofs/Cargo.toml index c35e32769..b69fc4962 100644 --- a/halo2_proofs/Cargo.toml +++ b/halo2_proofs/Cargo.toml @@ -69,6 +69,7 @@ rand_core = { version = "0.6", default-features = false, features = ["getrandom" # Indirect dev-dependencies that we pin to preserve MSRV in CI checks. dashmap = ">=5, <5.5.0" # dashmap 5.5.0 has MSRV 1.64 +half = ">=2, <2.3" # half 2.3 has MSRV 1.70 image = ">=0.24, <0.24.5" # image 0.24.5 has MSRV 1.61 tempfile = ">=3, <3.7.0" # tempfile 3.7.0 has MSRV 1.63