@@ -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
3234p3-interpolation = " =0.2.0-succinct"
0 commit comments