From af22013ec71ab72b061a129c87353bd979482bd9 Mon Sep 17 00:00:00 2001 From: Yulong Wu Date: Tue, 20 Aug 2024 11:33:49 +0100 Subject: [PATCH] Enable portable feature on blst --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27c9a6fd0ca..69573938dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ bencher = { version = "0.1.5" } bincode = { version = "2.0.0-rc.1", default-features = false, features = ["derive"] } bitflags = { version = "1.3" } blake2 = { version = "0.10.6", default-features = false } -blst = { version = "0.3.11", default-features = false, optional = false } +blst = { version = "0.3.11", default-features = false, features = ["portable"], optional = false } bnum = { version = "0.11.0", default-features = false, features = ["numtraits"] } cargo_toml = { version = "0.15.3" } colored = { version = "2.0.0", default-features = false }