File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
examples/validating-public-input/risc_zero/fibonacci_proof_generator/methods Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ sp1_aggregation_program = { path = "./aggregation_programs/sp1" }
2626risc0-zkvm = { version = " 2.2.0" }
2727risc0_aggregation_program = { path = " ./aggregation_programs/risc0" }
2828risc0-ethereum-contracts = { git = " https://github.com/risc0/risc0-ethereum/" , tag = " v2.2.2" }
29- # nybbles = { version = "0.4.1", default-features = false }
3029
3130[build-dependencies ]
3231sp1-build = { version = " 5.0.0" }
Original file line number Diff line number Diff line change 11use risc0_build:: { DockerOptionsBuilder , GuestOptionsBuilder } ;
22use std:: collections:: HashMap ;
33
4- // Reference: https://docs.succinct.xyz/docs/sp1/writing-programs/compiling#advanced-build-options-1
54fn main ( ) {
65 // With this containerized build process, we ensure that all builds of the guest code,
76 // regardless of the machine or local environment, will produce the same ImageID
@@ -16,4 +15,4 @@ fn main() {
1615 "fibonacci" ,
1716 guest_options,
1817 ) ] ) ) ;
19- }
18+ }
You can’t perform that action at this time.
0 commit comments