Skip to content

Commit a55964a

Browse files
authored
elliptic-curve: have alloc activate hybrid-array/alloc (#1982)
Enable `alloc` support for `hybrid-array` when the `alloc` crate feature of `elliptic-curve` is enabled
1 parent 9b4113d commit a55964a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ alloc = [
4444
"base16ct/alloc",
4545
"ff?/alloc",
4646
"group?/alloc",
47+
"hybrid-array/alloc",
4748
"pkcs8?/alloc",
4849
"sec1?/alloc",
4950
"zeroize/alloc"

0 commit comments

Comments
 (0)