Skip to content

Commit

Permalink
update risc0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrembal committed Oct 4, 2024
1 parent 15e46c5 commit 934cd6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ toml = "0.8.19"
sqlx = { version = "0.7.4", default-features = false }

k256 = { version = "=0.13.3", default-features = false }
risc0-build = "=1.0.5"
risc0-zkvm = { version = "=1.0.5" }
risc0-build = "=1.1.2"
risc0-zkvm = { version = "=1.1.2" }

bitcoin-mock-rpc = { git = "https://github.com/chainwayxyz/bitcoin-mock-rpc", tag = "v0.0.11" }
musig2 = { version = "0.0.11", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion risc0-guests/verifier/guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
clementine-circuits = { path = "../../../circuits" }
risc0-zkvm = { version = "=1.0.5", default-features = false }
risc0-zkvm = { version = "=1.1.2", default-features = false }
crypto-bigint = {version="=0.5.5", default-features = false}
sha2 = {version="=0.10.8", default-features = false}
serde = { version = "1.0", default-features = false }
Expand Down

0 comments on commit 934cd6d

Please sign in to comment.