From f627fbffcdddb670810631f4e25ad6f02cbec6b3 Mon Sep 17 00:00:00 2001 From: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:04:09 -0500 Subject: [PATCH] chore: Update `rust-version` (#325) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3e8cf702..6b7089e65 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.70.0" +rust-version="1.71.0" [dependencies] bellpepper-core = { git="https://github.com/lurk-lab/bellpepper", branch="dev", default-features = false }