Skip to content

Commit

Permalink
fix: plonk feature off by default (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 authored May 31, 2024
1 parent 89dbb60 commit af7c26c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Binary file modified examples/fibonacci/program/elf/riscv32im-succinct-zkvm-elf
Binary file not shown.
2 changes: 0 additions & 2 deletions prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,5 @@ name = "e2e"
path = "scripts/e2e.rs"

[features]
default = ["plonk"]

neon = ["sp1-core/neon"]
plonk = ["sp1-recursion-gnark-ffi/plonk"]
2 changes: 0 additions & 2 deletions recursion/gnark-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ cc = "1.0"
cfg-if = "1.0"

[features]
default = ["plonk"]

plonk = []
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ reqwest = { version = "0.12.4", features = [
"stream",
] }
anyhow = "1.0.83"
sp1-prover = { path = "../prover", default-features = false }
sp1-prover = { path = "../prover" }
sp1-core = { path = "../core" }
futures = "0.3.30"
bincode = "1.3.3"
Expand Down

0 comments on commit af7c26c

Please sign in to comment.