From 0935d7f89bd52dfcd677808320a200493be7629c Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Mon, 24 Jun 2024 22:39:10 +0100 Subject: [PATCH] chore: remove portable flag --- bls12_381/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bls12_381/Cargo.toml b/bls12_381/Cargo.toml index 148a6342..4a61424a 100644 --- a/bls12_381/Cargo.toml +++ b/bls12_381/Cargo.toml @@ -13,7 +13,7 @@ repository = { workspace = true } [dependencies] rayon = { workspace = true } -blst = { version = "0.3.1", default-features = false, features = ["portable"] } +blst = { version = "0.3.1", default-features = false } # __private_bench feature is used to allow us to access the base field blstrs = { version = "0.7.1", features = ["__private_bench"] }