Skip to content

Commit

Permalink
bump zkvm to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Sep 22, 2023
1 parent 202222a commit 9d7a34a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions guests/op-block/Cargo.lock

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

2 changes: 1 addition & 1 deletion guests/op-block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
k256 = { version = "=0.13.1", features = ["std", "ecdsa"], default_features = false }
risc0-zkvm = { version = "0.17", default-features = false, features = ['std'] }
risc0-zkvm = { version = "0.18", default-features = false, features = ['std'] }
zeth-lib = { path = "../../lib", default-features = false }

[patch.crates-io]
Expand Down

0 comments on commit 9d7a34a

Please sign in to comment.