Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Oct 30, 2024
1 parent f72a1a1 commit b2bc862
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub use build::execute_build_program;

use clap::Parser;

const SP1_CIRCUIT_VERSION: &str = include_str!("../../SP1_VERSION");
const SP1_CIRCUIT_VERSION: &str = include_str!("../../../SP1_VERSION");
const BUILD_TARGET: &str = "riscv32im-succinct-zkvm-elf";
const DEFAULT_OUTPUT_DIR: &str = "elf";
const HELPER_TARGET_SUBDIR: &str = "elf-compilation";
Expand Down
2 changes: 1 addition & 1 deletion crates/zkvm/entrypoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sp1-zkvm"
description = "SP1 is a performant, 100% open-source, contributor-friendly zkVM."
readme = "../../../README.md"
version = "3.0.1"
version = "3.1.0"
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit b2bc862

Please sign in to comment.