Skip to content

Commit

Permalink
Bump bonsai-ethereum-relay to 4652f9c (#60)
Browse files Browse the repository at this point in the history
* bump bonsai-ethereum-relay
* bump risc0 to 4652f9c
  • Loading branch information
capossele authored Sep 15, 2023
1 parent 1b6a1bf commit c9a7964
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
[submodule "lib/risc0"]
path = lib/risc0
url = https://github.com/risc0/risc0
branch = parker/bonsai-snark-types
rev = "4652f9c"
28 changes: 14 additions & 14 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ members = ["methods", "relay"]
resolver = "2"

[workspace.dependencies]
risc0-build = { git = "https://github.com/risc0/risc0", branch = "release-0.18" }
risc0-zkvm = { git = "https://github.com/risc0/risc0", branch = "release-0.18", default-features = false }
bonsai-sdk = { git = "https://github.com/risc0/risc0", branch = "release-0.18" }
bonsai-ethereum-relay = { git = "https://github.com/risc0/risc0", branch = "release-0.18" }
risc0-build = { git = "https://github.com/risc0/risc0", rev = "4652f9c" }
risc0-zkvm = { git = "https://github.com/risc0/risc0", rev = "4652f9c", default-features = false }
bonsai-sdk = { git = "https://github.com/risc0/risc0", rev = "4652f9c" }
bonsai-ethereum-relay = { git = "https://github.com/risc0/risc0", rev = "4652f9c" }
methods = { path = "./methods", package = "bonsai-starter-methods" }

# Always optimize; building and running the guest takes much longer without optimization.
Expand Down

0 comments on commit c9a7964

Please sign in to comment.