Skip to content

Commit

Permalink
bump risc0-ethereum crates to 0.9 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf authored Mar 29, 2024
1 parent cbd385d commit 29214b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 29214b4

Please sign in to comment.