From 3516f2c094b4e3f6d9a63f13287b89a5b375e3f1 Mon Sep 17 00:00:00 2001 From: Tom French Date: Mon, 3 Apr 2023 17:18:06 +0100 Subject: [PATCH] chore: revert removal of default feature flag --- crates/nargo/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/nargo/Cargo.toml b/crates/nargo/Cargo.toml index 30b8c06a8da..1cf42c9ad22 100644 --- a/crates/nargo/Cargo.toml +++ b/crates/nargo/Cargo.toml @@ -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"]