Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 committed May 13, 2024
1 parent dca3695 commit af2142e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,5 @@ jobs:
cd program
cargo prove build
cd ../script
cargo add sp1-sdk --path $GITHUB_WORKSPACE/sp1
cargo add sp1-sdk --path $GITHUB_WORKSPACE
SP1_DEV=1 RUST_LOG=info cargo run --release
2 changes: 1 addition & 1 deletion cli/src/assets/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ name = "unnamed-program"
edition = "2021"

[dependencies]
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", rev = "v1.0.0-testnet" }
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", branch = "main" }
4 changes: 2 additions & 2 deletions cli/src/assets/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "unnamed-script"
edition = "2021"

[dependencies]
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "v1.0.0-testnet" }
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", branch = "main" }

[build-dependencies]
sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", rev = "v1.0.0-testnet" }
sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", branch = "main" }

0 comments on commit af2142e

Please sign in to comment.