From cd2216390c68851aa68a072fc00f62fa7dbb7fcb Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 5 Feb 2022 09:48:25 -0600 Subject: [PATCH] Bump dependency and version. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0de8652..710ec4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.20.1" +version = "0.20.2" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface" @@ -26,7 +26,7 @@ tolk = { version = "0.5", optional = true } windows = { version = "0.30", features = ["alloc", "Foundation", "Media_Core", "Media_Playback", "Media_SpeechSynthesis", "Storage_Streams"] } [target.'cfg(target_os = "linux")'.dependencies] -speech-dispatcher = "0.11" +speech-dispatcher = "0.12" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] cocoa-foundation = "0.1"