Skip to content

Commit

Permalink
Use default-features in risc0-zkvm in apps to fix Bonsai support (#145)
Browse files Browse the repository at this point in the history
enable default features for zkvm in apps
  • Loading branch information
nategraf authored Jan 28, 2025
1 parent 86684a5 commit 8e830f5
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 5 deletions.
195 changes: 191 additions & 4 deletions 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 apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ env_logger = { version = "0.10" }
log = { workspace = true }
methods = { workspace = true }
risc0-ethereum-contracts = { workspace = true }
risc0-zkvm = { workspace = true, features = ["client"] }
risc0-zkvm = { workspace = true, default-features = true }
tokio = { version = "1.35", features = ["full"] }
url = { workspace = true }

0 comments on commit 8e830f5

Please sign in to comment.