diff --git a/speech-dispatcher-sys/Cargo.toml b/speech-dispatcher-sys/Cargo.toml index cfa6e17..49d56d8 100644 --- a/speech-dispatcher-sys/Cargo.toml +++ b/speech-dispatcher-sys/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "speech-dispatcher-sys" -version = "0.6.0" +version = "0.7.0" authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" description = "speech-dispatcher system bindings" -license = "LGPL-2.1" +license = "LGPL-2.1 OR MIT OR Apache-2.0" edition = "2021" [build-dependencies] diff --git a/speech-dispatcher/Cargo.toml b/speech-dispatcher/Cargo.toml index 93eca3b..a51d669 100644 --- a/speech-dispatcher/Cargo.toml +++ b/speech-dispatcher/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "speech-dispatcher" -version = "0.11.0" +version = "0.12.0" authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" description = "Rusty interface to the speech-dispatcher speech synthesis library" -license = "LGPL-2.1" +license = "LGPL-2.1 OR MIT OR Apache-2.0" edition = "2021" [dependencies] lazy_static = "1" -speech-dispatcher-sys = { version = "0.6", path = "../speech-dispatcher-sys" } +speech-dispatcher-sys = { version = "0.7", path = "../speech-dispatcher-sys" }