From 621863532b4230f4ede19a2b48cc92717daf5a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= <4142+huitseeker@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:55:24 -0400 Subject: [PATCH] chore: Downgrade minimum Rust version to 1.71.1 (#844) - Downgraded the minimum Rust language version utilizable in the project. - our MSRV was temporarily increased due to an erroneous increase in the dev branch of bellpepper. THis was fixed in https://github.com/lurk-lab/bellpepper/pull/35 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1010eb136..f126002b3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" description = "Turing-Complete Zero Knowledge" edition = "2021" repository = "https://github.com/lurk-lab/lurk-rs" -rust-version = "1.72.0" +rust-version = "1.71.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]