diff --git a/Cargo.toml b/Cargo.toml index c99a162..bde30ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "1.1.0" +version = "1.1.1" authors = ["Will Hedgecock "] license = "MIT" documentation = "https://docs.rs/musicxml/latest/" @@ -16,8 +16,8 @@ categories = ["api-bindings", "encoding", "parsing", "no-std"] publish = true [workspace.dependencies] -musicxml_internal = { path = "musicxml_internal", version = "1.1.0" } -musicxml_macros = { path = "musicxml_macros", version = "1.1.0" } +musicxml_internal = { path = "musicxml_internal", version = "1.1.1" } +musicxml_macros = { path = "musicxml_macros", version = "1.1.1" } [profile.release] codegen-units = 1