From 7a790f3a209aed9237c9abdde0b87cadd07f095d Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 23 Aug 2025 11:00:05 -0400 Subject: [PATCH] ff/alloc when ciphersuite/alloc --- crypto/ciphersuite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ciphersuite/Cargo.toml b/crypto/ciphersuite/Cargo.toml index f86155aa..5e69b454 100644 --- a/crypto/ciphersuite/Cargo.toml +++ b/crypto/ciphersuite/Cargo.toml @@ -38,7 +38,7 @@ rand_core = { version = "0.6", default-features = false, features = ["std"] } ff-group-tests = { version = "0.13", path = "../ff-group-tests" } [features] -alloc = ["std-shims"] +alloc = ["std-shims", "ff/alloc"] std = [ "std-shims/std",