Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
fix(acir): add bn254 as default feature flag (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Apr 28, 2023
1 parent 3a86983 commit e56973d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
rust-version = "1.66"

[workspace.dependencies]
acir = { version = "0.10.0", path = "acir" }
acir = { version = "0.10.0", path = "acir", default-features = false }
acir_field = { version = "0.10.0", path = "acir_field", default-features = false }
stdlib = { package = "acvm_stdlib", version = "0.10.0", path = "stdlib" }

Expand Down
1 change: 1 addition & 0 deletions acir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ strum = "0.24"
strum_macros = "0.24"

[features]
default = ["bn254"]
bn254 = ["acir_field/bn254"]
bls12_381 = ["acir_field/bls12_381"]

0 comments on commit e56973d

Please sign in to comment.