ff/alloc when ciphersuite/alloc

This commit is contained in:
Luke Parker
2025-08-23 11:00:05 -04:00
parent a7c77f8b5f
commit 7a790f3a20

View File

@@ -38,7 +38,7 @@ rand_core = { version = "0.6", default-features = false, features = ["std"] }
ff-group-tests = { version = "0.13", path = "../ff-group-tests" } ff-group-tests = { version = "0.13", path = "../ff-group-tests" }
[features] [features]
alloc = ["std-shims"] alloc = ["std-shims", "ff/alloc"]
std = [ std = [
"std-shims/std", "std-shims/std",