Skip to content

Commit

Permalink
Updated risc0 deps to support keccak po2 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mothran committed Dec 18, 2024
1 parent cda34a2 commit 85646ff
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 45 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ opt-level = 3
# RISC Zero
[workspace.dependencies.bonsai-sdk]
git = "https://github.com/risc0/risc0"
rev = "f74920596c745a8bb7e8a6f1dfdefb44d03ed06f"
rev = "8801e2e3cd030acea2f03f01bd91f37e47e79e23"
features = ["non_blocking"]

[workspace.dependencies.risc0-build]
git = "https://github.com/risc0/risc0"
rev = "f74920596c745a8bb7e8a6f1dfdefb44d03ed06f"
rev = "8801e2e3cd030acea2f03f01bd91f37e47e79e23"
features = ["unstable"]

[workspace.dependencies.risc0-zkvm]
git = "https://github.com/risc0/risc0"
rev = "f74920596c745a8bb7e8a6f1dfdefb44d03ed06f"
rev = "8801e2e3cd030acea2f03f01bd91f37e47e79e23"
default-features = false
features = ["bonsai"]

Expand Down
20 changes: 10 additions & 10 deletions guests/reth-ethereum/Cargo.lock

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

6 changes: 3 additions & 3 deletions guests/reth-ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ opt-level = 3

[dependencies.risc0-zkvm]
git = "https://github.com/risc0/risc0"
rev = "f74920596c745a8bb7e8a6f1dfdefb44d03ed06f"
rev = "8801e2e3cd030acea2f03f01bd91f37e47e79e23"
default-features = false
features = ["std", "unstable"]

[dependencies.risc0-zkvm-platform]
git = "https://github.com/risc0/risc0"
rev = "f74920596c745a8bb7e8a6f1dfdefb44d03ed06f"
rev = "8801e2e3cd030acea2f03f01bd91f37e47e79e23"
features = ["sys-getenv"]

[dependencies.zeth-core]
Expand All @@ -47,4 +47,4 @@ c-kzg = { git = "https://github.com/risc0/c-kzg-4844.git", branch = "p1.0.3" }
crypto-bigint = { git = "https://github.com/risc0/RustCrypto-crypto-bigint", tag = "v0.5.5-risczero.0" }
k256 = { git = "https://github.com/risc0/RustCrypto-elliptic-curves", tag = "k256/v0.13.3-risczero.1" }
sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.6-risczero.0" }
tiny-keccak = { git = "https://github.com/risc0/tiny-keccak", rev = "37645712de2d24f56410f3ba0bfc71175df51cc8" }
tiny-keccak = { git = "https://github.com/risc0/tiny-keccak", rev = "01e787dcb9b8a5d21857af37c4d51a4028a03fc4" }
20 changes: 10 additions & 10 deletions guests/reth-optimism/Cargo.lock

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

6 changes: 3 additions & 3 deletions guests/reth-optimism/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ opt-level = 3

[dependencies.risc0-zkvm]
git = "https://github.com/risc0/risc0"
rev = "f74920596c745a8bb7e8a6f1dfdefb44d03ed06f"
rev = "8801e2e3cd030acea2f03f01bd91f37e47e79e23"
default-features = false
features = ["std", "unstable"]

[dependencies.risc0-zkvm-platform]
git = "https://github.com/risc0/risc0"
rev = "f74920596c745a8bb7e8a6f1dfdefb44d03ed06f"
rev = "8801e2e3cd030acea2f03f01bd91f37e47e79e23"
features = ["sys-getenv"]

[dependencies.zeth-core]
Expand All @@ -47,4 +47,4 @@ c-kzg = { git = "https://github.com/risc0/c-kzg-4844.git", branch = "p1.0.3" }
crypto-bigint = { git = "https://github.com/risc0/RustCrypto-crypto-bigint", tag = "v0.5.5-risczero.0" }
k256 = { git = "https://github.com/risc0/RustCrypto-elliptic-curves", tag = "k256/v0.13.3-risczero.1" }
sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.6-risczero.0" }
tiny-keccak = { git = "https://github.com/risc0/tiny-keccak", rev = "37645712de2d24f56410f3ba0bfc71175df51cc8" }
tiny-keccak = { git = "https://github.com/risc0/tiny-keccak", rev = "01e787dcb9b8a5d21857af37c4d51a4028a03fc4" }

0 comments on commit 85646ff

Please sign in to comment.