From 2ce4e02eeeeba24d90065263aa0b07bfa6392f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Sun, 30 Jun 2024 21:28:55 -0400 Subject: [PATCH] chore: bump msrv --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 878c9cd0a..1c6718c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" repository = "https://github.com/lurk-lab/arecibo" license-file = "LICENSE" keywords = ["zkSNARKs", "cryptography", "proofs"] -rust-version="1.74.1" +rust-version="1.79" [dependencies] bellpepper-core = { version = "0.4.0", default-features = false }