diff --git a/der/Cargo.toml b/der/Cargo.toml index 490d25522..21699054d 100644 --- a/der/Cargo.toml +++ b/der/Cargo.toml @@ -32,7 +32,7 @@ proptest = "1" [features] alloc = ["zeroize?/alloc"] -std = ["alloc"] +std = ["alloc", "pem-rfc7468?/std"] arbitrary = ["dep:arbitrary", "const-oid?/arbitrary", "std"] bytes = ["dep:bytes", "alloc"]