Skip to content

Commit 89f6e88

Browse files
authored
Cargo.toml: fix docsrs feature flags (#559)
https://docs.rs/crate/rsa/0.10.0-rc.4/builds/2384222 [INFO] [stderr] error: the package 'rsa' does not contain this feature: pem
1 parent f32d85d commit 89f6e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pkcs5 = ["pkcs8/encryption"]
6060
std = ["pkcs1?/std", "pkcs8?/std", "rand_core/std", "crypto-bigint/rand"]
6161

6262
[package.metadata.docs.rs]
63-
features = ["std", "pem", "serde", "hazmat", "sha2"]
63+
features = ["std", "serde", "hazmat", "sha2"]
6464
rustdoc-args = ["--cfg", "docsrs"]
6565

6666
[profile.dev]

0 commit comments

Comments
 (0)