Skip to content

Commit

Permalink
Revert risc0 update, remove committed JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Feb 15, 2024
1 parent 740e0f4 commit 9929215
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 377 deletions.
371 changes: 0 additions & 371 deletions 16CPU-32GB-true.json

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
risc0-zkvm = "0.20.1"
risc0-zkvm = "0.19.1"
rmp-serde = "1.1"
serde_json = "1.0"
clap = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion methods/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[build-dependencies]
risc0-build = { version = "0.20.1" }
risc0-build = { version = "0.19.1" }

[package.metadata.risc0]
methods = ["linear_regression", "random_forest", "svm_classification", "te_regression"]
2 changes: 1 addition & 1 deletion methods/linear_regression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
# If you want to try (experimental) std support, add `features = [ "std" ]` to risc0-zkvm
risc0-zkvm = { version = "0.20.1", default-features = false, features = [
risc0-zkvm = { version = "0.19.1", default-features = false, features = [
"std",
] }
# Using git dependency as a workaround for https://github.com/smartcorelib/smartcore/issues/267
Expand Down
Loading

0 comments on commit 9929215

Please sign in to comment.