Skip to content

Commit

Permalink
update risc0 to release v0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
hashcashier committed Jan 30, 2024
1 parent 4c18859 commit da933fe
Show file tree
Hide file tree
Showing 11 changed files with 118 additions and 100 deletions.
73 changes: 44 additions & 29 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 @@ opt-level = 3
[workspace.dependencies]
bonsai-sdk = "0.5"
hashbrown = { version = "0.14.3", features = ["inline-more"] }
risc0-build = { git = "https://github.com/risc0/risc0.git", rev = "d2502d46270a1fe0f0b53059ce8de1fc662539c7" }
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", rev = "d2502d46270a1fe0f0b53059ce8de1fc662539c7", default-features = false }
risc0-build = { version = "0.20.0" }
risc0-zkvm = { version = "0.20.0", default-features = false }
revm-primitives = { git = "https://github.com/bluealloy/revm.git", rev = "6cd0bfc96da64513affe01c1964dd80beeb8c620", default_features = false }
revm = { git = "https://github.com/bluealloy/revm.git", rev = "6cd0bfc96da64513affe01c1964dd80beeb8c620", default-features = false, features = [
"std",
Expand Down
2 changes: 1 addition & 1 deletion guests/eth-block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[workspace]

[dependencies]
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", rev = "d2502d46270a1fe0f0b53059ce8de1fc662539c7", default-features = false, features = ['std'] }
risc0-zkvm = { version = "0.20.0", default-features = false, features = ['std'] }
zeth-lib = { path = "../../lib", default-features = false }

[patch.crates-io]
Expand Down
43 changes: 22 additions & 21 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 @@ -6,7 +6,7 @@ edition = "2021"
[workspace]

[dependencies]
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", rev = "d2502d46270a1fe0f0b53059ce8de1fc662539c7", default-features = false, features = ['std'] }
risc0-zkvm = { version = "0.20.0", default-features = false, features = ['std'] }
zeth-lib = { path = "../../lib", default-features = false }

[patch.crates-io]
Expand Down
Loading

0 comments on commit da933fe

Please sign in to comment.