Skip to content

Commit 23b90b5

Browse files
committed
chore: upgrade risc0 to 0.20.1
1 parent 56cb381 commit 23b90b5

File tree

2 files changed

+56
-38
lines changed

2 files changed

+56
-38
lines changed

Cargo.lock

+52-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ serde = {version = "1.0.188", default-features = false}
4242
serde_json = "1.0.104"
4343

4444
# Dependendencies from risc0
45-
bonsai-sdk = { git = "https://github.com/risc0/risc0", rev = "1742ef8098d246871055501a0559811c9a8fece4" }
46-
bonsai-ethereum-relay = { git = "https://github.com/risc0/risc0", rev = "1742ef8098d246871055501a0559811c9a8fece4" }
47-
risc0-build = { git = "https://github.com/risc0/risc0", rev = "1742ef8098d246871055501a0559811c9a8fece4" }
48-
risc0-zkvm = { git = "https://github.com/risc0/risc0", rev = "1742ef8098d246871055501a0559811c9a8fece4", default-features = false }
45+
bonsai-sdk = { version = "0.6.1" }
46+
bonsai-ethereum-relay = { version = "0.6.1" }
47+
risc0-build = { version = "0.20.1" }
48+
risc0-zkvm = { version = "0.20.1", default-features = false }
4949

5050

5151
# Risc0 configurations

0 commit comments

Comments
 (0)