From c6de3a834640c43f6f367139c03445208804ff13 Mon Sep 17 00:00:00 2001 From: Will Hedgecock Date: Tue, 18 Jun 2024 16:57:45 -0500 Subject: [PATCH] Second attempt at using extend-css on docs.rs --- Cargo.toml | 6 +++--- musicxml/Cargo.toml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ecfccc..fa5ad11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "1.0.3" +version = "1.0.4" authors = ["Will Hedgecock "] license = "MIT" documentation = "https://docs.rs/musicxml/latest/" @@ -16,8 +16,8 @@ categories = ["api-bindings", "encoding", "parsing"] publish = true [workspace.dependencies] -musicxml_internal = { path = "musicxml_internal", version = "1.0.3" } -musicxml_macros = { path = "musicxml_macros", version = "1.0.3" } +musicxml_internal = { path = "musicxml_internal", version = "1.0.4" } +musicxml_macros = { path = "musicxml_macros", version = "1.0.4" } [profile.release] codegen-units = 4096 diff --git a/musicxml/Cargo.toml b/musicxml/Cargo.toml index 98de8e8..1dbb59c 100644 --- a/musicxml/Cargo.toml +++ b/musicxml/Cargo.toml @@ -14,6 +14,7 @@ categories.workspace = true publish.workspace = true [package.metadata.docs.rs] +cargo-args = ["--workspace", "--no-deps", "--release"] rustdoc-args = ["--extend-css", "musicxml/assets/docs.css"] [dependencies]