diff --git a/Cargo.toml b/Cargo.toml index 873788b..a4dc555 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,8 @@ hex = { version = "0.4" } log = { version = "0.4" } methods = { path = "./methods" } risc0-build = { version = "0.21", features = ["docker"] } -risc0-build-ethereum = { git = "https://github.com/risc0/risc0-ethereum", branch = "release-0.8" } -risc0-ethereum-contracts = { git = "https://github.com/risc0/risc0-ethereum", branch = "release-0.8" } +risc0-build-ethereum = { git = "https://github.com/risc0/risc0-ethereum", branch = "release-0.9" } +risc0-ethereum-contracts = { git = "https://github.com/risc0/risc0-ethereum", branch = "release-0.9" } risc0-zkvm = { version = "0.21", default-features = false } risc0-zkp = { version = "0.21", default-features = false } serde = { version = "1.0", features = ["derive", "std"] }