Skip to content

Commit

Permalink
feat(misc): remove sp1-helper from builder (#293)
Browse files Browse the repository at this point in the history
* remove sp1-helper

* update guest dep

* patch-v0.10.8
  • Loading branch information
CeciliaZ030 authored Jun 19, 2024
1 parent 5e9dbe8 commit fd474e3
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 295 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions provers/sp1/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ anyhow = { workspace = true, optional = true }
once_cell = { workspace = true, optional = true }
sha3 = { workspace = true, optional = true, default-features = false}

[build-dependencies]
sp1-helper = { workspace = true, optional = true }
cargo_metadata = "0.18.1"
chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
regex = "1.5.4"


[features]
enable = [
Expand All @@ -34,7 +28,6 @@ enable = [
"raiko-lib",
"sp1-sdk",
"anyhow",
"sp1-helper",
"alloy-primitives",
"once_cell",
"sha3",
Expand Down
Loading

0 comments on commit fd474e3

Please sign in to comment.