From ae7bf7554cff8a5a7bdf1c43e0ea869ab77e815a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 3 Jul 2024 10:46:43 -0500 Subject: [PATCH] Bump version and `windows` dependency. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e703a1..4bce96f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.26.1" +version = "0.26.2" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface" @@ -31,7 +31,7 @@ env_logger = "0.11" [target.'cfg(windows)'.dependencies] tolk = { version = "0.5", optional = true } -windows = { version = "0.56", features = [ +windows = { version = "0.57", features = [ "Foundation", "Foundation_Collections", "Media_Core",