Skip to content

Commit

Permalink
fix risc0 cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
smtmfft committed Aug 25, 2024
1 parent 75c2677 commit 0c9defc
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion provers/risc0/driver/src/methods/risc0_guest.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub const RISC0_GUEST_ELF: &[u8] =
include_bytes!("../../../guest/target/riscv32im-risc0-zkvm-elf/release/risc0-guest");
pub const RISC0_GUEST_ID: [u32; 8] = [
585002223, 1554547443, 2264904673, 1125944276, 2810284811, 2386551270, 1177567941, 3875681569,
465583552, 1408605088, 3606449196, 1642669483, 2242147717, 224244690, 1323689776, 2289565713,
];
66 changes: 33 additions & 33 deletions provers/risc0/guest/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c9defc

Please sign in to comment.