Skip to content

Commit

Permalink
chore: revert removal of default feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Apr 3, 2023
1 parent 31fa305 commit 3516f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/nargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ aztec_wasm_backend = { optional = true, package = "barretenberg_wasm", git = "ht
marlin_arkworks_backend = { optional = true, git = "https://github.com/noir-lang/marlin_arkworks_backend", rev = "144378edad821bfaa52bf2cacca8ecc87514a4fc" }

[features]
default = ["plonk_bn254"]
# The plonk backend can only use bn254, so we do not specify the field
plonk_bn254 = ["aztec_backend"]
marlin = ["marlin_arkworks_backend/bls12_381"]
Expand Down

0 comments on commit 3516f2c

Please sign in to comment.