From 0464d659f369e771fa7ea835217b22037083e3d2 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 12 Sep 2024 23:47:02 +0000 Subject: [PATCH] update version tag --- crates/core/machine/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/machine/src/lib.rs b/crates/core/machine/src/lib.rs index 6ab390b393..86d48dce9a 100644 --- a/crates/core/machine/src/lib.rs +++ b/crates/core/machine/src/lib.rs @@ -30,7 +30,7 @@ pub mod utils; /// This string should be updated whenever any step in verifying an SP1 proof changes, including /// core, recursion, and plonk-bn254. This string is used to download SP1 artifacts and the gnark /// docker image. -pub const SP1_CIRCUIT_VERSION: &str = "v1.3.0-rc4"; +pub const SP1_CIRCUIT_VERSION: &str = "v3.0.0-rc1"; // Re-export the `SP1ReduceProof` struct from sp1_core_machine. //