Skip to content

Commit

Permalink
cms: remove pem feature (#1563)
Browse files Browse the repository at this point in the history
Closes #1557
  • Loading branch information
tarcieri authored Oct 9, 2024
1 parent 7e399e9 commit 8ea8180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ tokio = { version = "1.40.0", features = ["macros", "rt"] }
alloc = ["der/alloc"]
std = ["der/std", "spki/std"]
builder = ["aes", "async-signature", "cbc", "cipher", "rsa", "sha1", "sha2", "sha3", "signature", "std", "spki/alloc", "x509-cert/builder", "zeroize"]
pem = ["alloc", "der/pem"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 8ea8180

Please sign in to comment.