Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgecrw committed Nov 5, 2024
1 parent 0b054c4 commit 7927185
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.1.1"
version = "1.1.2"
authors = ["Will Hedgecock <[email protected]>"]
license = "MIT"
documentation = "https://docs.rs/musicxml/latest/"
Expand All @@ -16,8 +16,8 @@ categories = ["api-bindings", "encoding", "parsing", "no-std"]
publish = true

[workspace.dependencies]
musicxml_internal = { path = "musicxml_internal", version = "1.1.1" }
musicxml_macros = { path = "musicxml_macros", version = "1.1.1" }
musicxml_internal = { path = "musicxml_internal", version = "1.1.2" }
musicxml_macros = { path = "musicxml_macros", version = "1.1.2" }

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

0 comments on commit 7927185

Please sign in to comment.