From 82090cb48d280bef1fbfd162fac8e24d8f1e04ce Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 27 Jan 2022 10:29:10 -0600 Subject: [PATCH] Bump versions. --- speech-dispatcher-sys/Cargo.toml | 2 +- speech-dispatcher/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/speech-dispatcher-sys/Cargo.toml b/speech-dispatcher-sys/Cargo.toml index 52d496b..cfa6e17 100644 --- a/speech-dispatcher-sys/Cargo.toml +++ b/speech-dispatcher-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "speech-dispatcher-sys" -version = "0.5.2" +version = "0.6.0" authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" description = "speech-dispatcher system bindings" diff --git a/speech-dispatcher/Cargo.toml b/speech-dispatcher/Cargo.toml index 919a876..93eca3b 100644 --- a/speech-dispatcher/Cargo.toml +++ b/speech-dispatcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "speech-dispatcher" -version = "0.10.0" +version = "0.11.0" authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" description = "Rusty interface to the speech-dispatcher speech synthesis library" @@ -9,4 +9,4 @@ edition = "2021" [dependencies] lazy_static = "1" -speech-dispatcher-sys = { version = "0.5", path = "../speech-dispatcher-sys" } +speech-dispatcher-sys = { version = "0.6", path = "../speech-dispatcher-sys" }