From 4c51cdb1605fa806006043aac5d522726adec243 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 20 Aug 2024 14:38:49 +0800 Subject: [PATCH] Fix docs.rs (#71) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12036eb..884c3ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ tempfile = "3.6" tiny-bench = "0.3" [package.metadata.docs.rs] -all-features = true +features = ["__internal_all"] rustdoc-args = ["--cfg", "docsrs"] [profile.dev.package.sha2]