Skip to content

Commit

Permalink
cargo sort
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Aug 9, 2023
1 parent 769d5ff commit 7928bd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ members = ["methods", "relay"]
[workspace.dependencies]
# DO NOT MERGE: Update this to a release tag
risc0-build = { git = "https://github.com/risc0/risc0", branch = "capossele/governance-example" }
risc0-zkvm = { git = "https://github.com/risc0/risc0", branch ="capossele/governance-example", default-features = false }
bonsai-sdk = { git = "https://github.com/risc0/risc0", branch = "capossele/governance-example"}
bonsai-ethereum-relay = { git = "https://github.com/risc0/risc0", branch = "capossele/governance-example"}
risc0-zkvm = { git = "https://github.com/risc0/risc0", branch = "capossele/governance-example", default-features = false }
bonsai-sdk = { git = "https://github.com/risc0/risc0", branch = "capossele/governance-example" }
bonsai-ethereum-relay = { git = "https://github.com/risc0/risc0", branch = "capossele/governance-example" }
methods = { path = "./methods", package = "bonsai-starter-methods" }

# Always optimize; building and running the guest takes much longer without optimization.
Expand Down
1 change: 1 addition & 0 deletions lib/bonsai-lib-sol/lib/forge-std
Submodule forge-std added at 20872c
1 change: 1 addition & 0 deletions lib/bonsai-lib-sol/lib/murky
Submodule murky added at 1d9566

0 comments on commit 7928bd0

Please sign in to comment.