Skip to content

Commit

Permalink
Second attempt at using extend-css on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgecrw committed Jun 18, 2024
1 parent 4ab76a0 commit c6de3a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "1.0.3"
version = "1.0.4"
authors = ["Will Hedgecock <[email protected]>"]
license = "MIT"
documentation = "https://docs.rs/musicxml/latest/"
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions musicxml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c6de3a8

Please sign in to comment.