Skip to content

Commit

Permalink
WEB3-76: Bump risc0-ethereum dependencies to 1.3.1 (#144)
Browse files Browse the repository at this point in the history
bump risc0-ethereum dependencies to 1.3.1
  • Loading branch information
nategraf authored Jan 23, 2025
1 parent fed7fe3 commit 86684a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 @@ -19,8 +19,8 @@ log = { version = "0.4" }
methods = { path = "./methods" }
risc0-build = { version = "1.2", features = ["docker"] }
# using git references here to ensure this matches the submodules in ./lib
risc0-build-ethereum = { git = "https://github.com/risc0/risc0-ethereum", tag = "v1.3.0" }
risc0-ethereum-contracts = { git = "https://github.com/risc0/risc0-ethereum", tag = "v1.3.0" }
risc0-build-ethereum = { git = "https://github.com/risc0/risc0-ethereum", tag = "v1.3.1" }
risc0-ethereum-contracts = { git = "https://github.com/risc0/risc0-ethereum", tag = "v1.3.1" }
risc0-zkvm = { version = "1.2", default-features = false }
risc0-zkp = { version = "1.2", default-features = false }
serde = { version = "1.0", features = ["derive", "std"] }
Expand Down

0 comments on commit 86684a5

Please sign in to comment.