From 099d7bec3067e933eb091c47653f1e7c6b8e3293 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Mon, 14 Jul 2025 21:56:01 +0300 Subject: [PATCH] ci: fix docs --- .github/workflows/ci.yml | 6 ++---- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13ab7b3..a9c2e29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,8 +115,6 @@ jobs: cargo doc \ --locked \ --workspace \ - --all \ - --features \ - --document-private \ - --items \ + --all-features \ + --document-private-items \ --no-deps diff --git a/Cargo.toml b/Cargo.toml index 4f3aafd..47bd27c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/filecaster" homepage = "https://github.com/kristoferssolo/filecaster" license = "MIT OR Apache-2.0" keywords = ["proc-macro", "derive", "configuration", "file-parsing"] -categories = ["development-tools::procedural-macro", "parsing", "config"] +categories = ["rust-patterns", "parsing", "config"] exclude = ["/.github", "/.gitignore", "/tests", "*.png", "*.md"] readme = "README.md"