Skip to content

Commit

Permalink
fix: assets branch (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored May 17, 2024
1 parent 1349e56 commit 7c19f66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
run: |
cd fibonacci
cd program
cargo add sp1-zkvm --path $GITHUB_WORKSPACE/zkvm/entrypoint
cargo prove build
cd ../script
cargo add sp1-sdk --path $GITHUB_WORKSPACE/sdk
Expand Down
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", branch = "ratan/fix-get-random" }
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", branch = "ratan/fix-get-random" }
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", branch = "main" }

[build-dependencies]
sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", branch = "ratan/fix-get-random" }
sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", branch = "main" }

0 comments on commit 7c19f66

Please sign in to comment.