From 1ed6844ae97655b68bef3d9e5ebdd84e3c57f1f6 Mon Sep 17 00:00:00 2001 From: Will Hedgecock Date: Tue, 18 Jun 2024 17:07:19 -0500 Subject: [PATCH] Third docs.rs attempt --- Cargo.toml | 6 +++--- musicxml/Cargo.toml | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa5ad11..922c7d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "1.0.4" +version = "1.0.5" 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.4" } -musicxml_macros = { path = "musicxml_macros", version = "1.0.4" } +musicxml_internal = { path = "musicxml_internal", version = "1.0.5" } +musicxml_macros = { path = "musicxml_macros", version = "1.0.5" } [profile.release] codegen-units = 4096 diff --git a/musicxml/Cargo.toml b/musicxml/Cargo.toml index 1dbb59c..f5b7f57 100644 --- a/musicxml/Cargo.toml +++ b/musicxml/Cargo.toml @@ -14,8 +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"] +rustdoc-args = ["--extend-css", "assets/docs.css"] [dependencies] regex = { version = "1.10", default-features = false, features = ["std", "perf"] }