Skip to content

Commit

Permalink
chore: remove bs12_381 feature flags from bn254_black_box_solver
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 19, 2023
1 parent f8b007a commit 677dba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions acvm-repo/acvm_js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cfg-if = "1.0.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
acvm.workspace = true
bn254_blackbox_solver.workspace = true
bn254_blackbox_solver = { workspace = true, optional = true }
wasm-bindgen.workspace = true
wasm-bindgen-futures.workspace = true
console_error_panic_hook.workspace = true
Expand All @@ -41,5 +41,5 @@ wasm-bindgen-test.workspace = true

[features]
default = ["bn254"]
bn254 = ["acvm/bn254", "bn254_blackbox_solver/bn254"]
bls12_381 = ["acvm/bls12_381", "bn254_blackbox_solver/bls12_381"]
bn254 = ["acvm/bn254", "dep:bn254_blackbox_solver"]
bls12_381 = ["acvm/bls12_381"]
1 change: 0 additions & 1 deletion acvm-repo/bn254_blackbox_solver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ reqwest = { version = "0.11.20", default-features = false, features = [
[features]
default = ["bn254"]
bn254 = ["acir/bn254"]
bls12_381 = ["acir/bls12_381"]

0 comments on commit 677dba8

Please sign in to comment.