Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgecrw committed Jul 11, 2024
1 parent 95cd565 commit 068602c
Showing 1 changed file with 3 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.5"
version = "1.0.6"
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.5" }
musicxml_macros = { path = "musicxml_macros", version = "1.0.5" }
musicxml_internal = { path = "musicxml_internal", version = "1.0.6" }
musicxml_macros = { path = "musicxml_macros", version = "1.0.6" }

[profile.release]
codegen-units = 4096
Expand Down

0 comments on commit 068602c

Please sign in to comment.