diff --git a/Cargo.toml b/Cargo.toml index 4bce96f..84009b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.26.2" +version = "0.26.3" 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.57", features = [ +windows = { version = "0.58", features = [ "Foundation", "Foundation_Collections", "Media_Core",