Skip to content

Commit

Permalink
fix risc0 compile issue (risc0#66)
Browse files Browse the repository at this point in the history
* fix risc0 compile issue

* Update risc0-guest feature in Cargo.toml

---------

Co-authored-by: john xu <[email protected]>
  • Loading branch information
smtmfft and johntaiko authored Mar 22, 2024
1 parent 195b560 commit 9b31f9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion raiko-guests/risc0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ risc0-build = { version = "0.20.1" }
[package.metadata.risc0]
methods = ["guest"]

# cargo build
# cargo build
[features]
risc0 = []
2 changes: 1 addition & 1 deletion raiko-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ thiserror = "1.0"
sp1-core = { git = "https://github.com/succinctlabs/sp1.git", optional = true }
risc0-zkvm = { version = "0.20.1", features = ["prove", "getrandom"], optional = true }
bonsai-sdk = { version = "0.6.0", features = ["async"], optional = true }
risc0-guest = { path = "../raiko-guests/risc0", optional = true}
risc0-guest = { path = "../raiko-guests/risc0", features = ["risc0"], optional = true}
log = {version = "0.4"}
typetag ={version = "0.2.15", optional = true}
reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", branch = "main", features = [
Expand Down

0 comments on commit 9b31f9d

Please sign in to comment.