From fc44a8af46c923aeab6a4c4bade5f102063f8aaf Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 23 Dec 2019 07:32:59 -0600 Subject: [PATCH] Bump version and dependencies. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50e7350..4f20545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.2.1" +version = "0.2.2" authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface" @@ -13,13 +13,13 @@ failure = "0.1" log = "0.4" [dev-dependencies] -env_logger = "0.6" +env_logger = "0.7" [target.'cfg(windows)'.dependencies] tolk = "0.2" [target.'cfg(target_os = "linux")'.dependencies] -speech-dispatcher = "0.3" +speech-dispatcher = "0.4" [target.wasm32-unknown-unknown.dependencies] wasm-bindgen = "0.2"