diff --git a/bake-kdf/Cargo.toml b/bake-kdf/Cargo.toml index 84db905..90e6871 100644 --- a/bake-kdf/Cargo.toml +++ b/bake-kdf/Cargo.toml @@ -20,4 +20,3 @@ hex-literal = "1" [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "docsrs"] diff --git a/hkdf/Cargo.toml b/hkdf/Cargo.toml index 5237a2e..2e875bb 100644 --- a/hkdf/Cargo.toml +++ b/hkdf/Cargo.toml @@ -23,4 +23,3 @@ sha2 = { version = "=0.11.0-pre.5", default-features = false } [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "docsrs"] diff --git a/kbkdf/Cargo.toml b/kbkdf/Cargo.toml index ab040bf..e2366f4 100644 --- a/kbkdf/Cargo.toml +++ b/kbkdf/Cargo.toml @@ -27,4 +27,3 @@ aes = "0.9.0-pre.3" [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "docsrs"]