Skip to content

Commit 8d29e28

Browse files
committed
pkcs8: pem pulls alloc feature
Signed-off-by: Arthur Gautier <[email protected]>
1 parent bf211c8 commit 8d29e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkcs8/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
//! [PKCS#5v2 Password Based Encryption Scheme 2 (RFC 8018)]: https://tools.ietf.org/html/rfc8018#section-6.2
7171
//! [scrypt]: https://en.wikipedia.org/wiki/Scrypt
7272
73-
#[cfg(feature = "pem")]
73+
#[cfg(feature = "alloc")]
7474
extern crate alloc;
7575
#[cfg(feature = "std")]
7676
extern crate std;

0 commit comments

Comments
 (0)