Skip to content

Commit

Permalink
bump risc0-ethereum-contracts and risc0-build-ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Oct 3, 2024
1 parent 317ddfc commit 70e8438
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ hex = { version = "0.4" }
log = { version = "0.4" }
methods = { path = "./methods" }
risc0-build = { version = "1.1", features = ["docker"] }
risc0-build-ethereum = { git = "https://github.com/risc0/risc0-ethereum", tag = "v1.1.2" }
risc0-ethereum-contracts = { git = "https://github.com/risc0/risc0-ethereum", tag = "v1.1.2" }
risc0-build-ethereum = { git = "https://github.com/risc0/risc0-ethereum", tag = "v1.1.3" }
risc0-ethereum-contracts = { git = "https://github.com/risc0/risc0-ethereum", tag = "v1.1.3" }
risc0-zkvm = { version = "1.1", default-features = false }
risc0-zkp = { version = "1.1", default-features = false }
serde = { version = "1.0", features = ["derive", "std"] }
Expand Down

0 comments on commit 70e8438

Please sign in to comment.