Skip to content

Commit 6d482b8

Browse files
Apply suggestions from code review
Co-authored-by: Marcos Nicolau <[email protected]>
1 parent 9dae7c0 commit 6d482b8

File tree

2 files changed

+1
-3
lines changed
  • aggregation_mode
  • examples/validating-public-input/risc_zero/fibonacci_proof_generator/methods

2 files changed

+1
-3
lines changed

aggregation_mode/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ sp1_aggregation_program = { path = "./aggregation_programs/sp1" }
2626
risc0-zkvm = { version = "2.2.0" }
2727
risc0_aggregation_program = { path = "./aggregation_programs/risc0" }
2828
risc0-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]
3231
sp1-build = { version = "5.0.0" }

examples/validating-public-input/risc_zero/fibonacci_proof_generator/methods/build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use risc0_build::{DockerOptionsBuilder, GuestOptionsBuilder};
22
use std::collections::HashMap;
33

4-
// Reference: https://docs.succinct.xyz/docs/sp1/writing-programs/compiling#advanced-build-options-1
54
fn 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+
}

0 commit comments

Comments
 (0)