Skip to content

Commit 1ec31d1

Browse files
committed
update
1 parent 9fa0dfb commit 1ec31d1

File tree

3 files changed

+30
-26
lines changed

3 files changed

+30
-26
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@
1414
# proof file from test
1515
prover/proof-with-pis.bin
1616
perf/proof-with-pis.bin
17-
core_proof.bin
17+
core_proof.bin
18+
program.bin
19+
stdin.bin

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ debug-assertions = true
1919
[workspace.dependencies]
2020

2121
# sp1
22-
sp1-core-executor = { git = "https://github.com/succinctlabs/sp1-wip", branch = "dev", features = [ "bigint-rug" ] }
23-
sp1-core-machine = { git = "https://github.com/succinctlabs/sp1-wip", branch = "dev" }
24-
sp1-prover = { git = "https://github.com/succinctlabs/sp1-wip", branch = "dev" }
25-
sp1-recursion-core = { git = "https://github.com/succinctlabs/sp1-wip", branch = "dev" }
26-
sp1-cuda = { git = "https://github.com/succinctlabs/sp1-wip", branch = "dev" }
27-
sp1-stark = { git = "https://github.com/succinctlabs/sp1-wip", branch = "dev" }
28-
sp1-eval = { git = "https://github.com/succinctlabs/sp1-wip", branch = "dev" }
29-
test-artifacts = { git = "https://github.com/succinctlabs/sp1-wip", branch = "dev" }
22+
sp1-core-executor = { git = "https://github.com/succinctlabs/sp1-wip", branch = "tamir/update-wip", features = [
23+
"bigint-rug",
24+
] }
25+
sp1-core-machine = { git = "https://github.com/succinctlabs/sp1-wip", branch = "tamir/update-wip" }
26+
sp1-prover = { git = "https://github.com/succinctlabs/sp1-wip", branch = "tamir/update-wip" }
27+
sp1-recursion-core = { git = "https://github.com/succinctlabs/sp1-wip", branch = "tamir/update-wip" }
28+
sp1-cuda = { git = "https://github.com/succinctlabs/sp1-wip", branch = "tamir/update-wip" }
29+
sp1-stark = { git = "https://github.com/succinctlabs/sp1-wip", branch = "tamir/update-wip" }
30+
sp1-eval = { git = "https://github.com/succinctlabs/sp1-wip", branch = "tamir/update-wip" }
31+
test-artifacts = { git = "https://github.com/succinctlabs/sp1-wip", branch = "tamir/update-wip" }
3032

3133
# p3
3234
p3-interpolation = "=0.2.0-succinct"

0 commit comments

Comments
 (0)