Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable pkcs8/std feature when std is enabled (#746)
When we enable the `std` feature and the `pkcs8` dependency is enabled (by the `pem` feature), enable the `std` feature of `pkcs8`. This makes it easier to work with the re-exported `pkcs8::Error` type because without the `std` feature it does not impl the `std::error::Error` marker trait.
- Loading branch information