From 76b979a3402831cc372daf026820081e08716d8d Mon Sep 17 00:00:00 2001 From: mcmah309 Date: Mon, 9 Sep 2024 20:55:50 +0000 Subject: [PATCH] chore: Fix cargo docs build --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7abba1..c0bf729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,5 +36,6 @@ log = ["dep:log"] record_stub = [] [package.metadata.docs.rs] -all-features = true +all-features = false +features = ["tracing"] rustdoc-args = ["--cfg", "docsrs"] \ No newline at end of file