Skip to content

Commit

Permalink
rev up r0 and add bonsai feature (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: root <root@ip-10-0-109-217.us-west-2.compute.internal>
  • Loading branch information
zeroecco and root authored Dec 17, 2024
1 parent 106b213 commit 9484028
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ features = ["unstable"]
git = "https://github.com/risc0/risc0"
rev = "e98cdad96cfecb3d959cb62abf566e5b17a0d649"
default-features = false
features = ["bonsai"]

# External
[workspace.dependencies]
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 @@ -27,13 +27,13 @@ opt-level = 3

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

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

[dependencies.zeth-core]
Expand All @@ -58,4 +58,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 = "b93afa7dc803d2db6ddae7df15e9db5a79212ba0" }
tiny-keccak = { git = "https://github.com/risc0/tiny-keccak", rev = "37645712de2d24f56410f3ba0bfc71175df51cc8" }

0 comments on commit 9484028

Please sign in to comment.