Skip to content

Commit

Permalink
Update governance example Cargo.toml + examples README for release-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaaldrick committed Sep 18, 2024
1 parent 1bb1baf commit b9db4f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/governance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ risc0-build-ethereum = { path = "../../build" }
risc0-ethereum-contracts = { path = "../../contracts" }

# risc0 monorepo dependencies.
risc0-build = { git = "https://github.com/risc0/risc0", branch = "main", features = ["docker"] }
risc0-zkvm = { git = "https://github.com/risc0/risc0", branch = "main", default-features = false }
risc0-zkp = { git = "https://github.com/risc0/risc0", branch = "main", default-features = false }
risc0-build = { version = "1.1.0", features = ["docker"] }
risc0-zkvm = { version = "1.1.0", default-features = false }
risc0-zkp = { version = "1.1.0", default-features = false }

alloy-primitives = { version = "0.7.7", default-features = false, features = ["rlp", "serde", "std"] }
alloy-sol-types = { version = "0.7.7" }
Expand Down

0 comments on commit b9db4f5

Please sign in to comment.