From b9db4f54effff8e6645abd8fed8eb84023a494cb Mon Sep 17 00:00:00 2001 From: Sasha Aldrick Date: Wed, 18 Sep 2024 13:05:01 +0100 Subject: [PATCH] Update governance example Cargo.toml + examples README for release-1.1 --- examples/governance/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/governance/Cargo.toml b/examples/governance/Cargo.toml index 8446d28c..cf9cbbfd 100644 --- a/examples/governance/Cargo.toml +++ b/examples/governance/Cargo.toml @@ -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" }