Bump version and dependency.

This commit is contained in:
Nolan Darilek 2021-11-15 08:16:00 -06:00
parent 562489e5af
commit d5bdb9f498
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tts"
version = "0.18.1"
version = "0.18.2"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://github.com/ndarilek/tts-rs"
description = "High-level Text-To-Speech (TTS) interface"
@ -21,8 +21,9 @@ thiserror = "1"
env_logger = "0.9"
[dependencies.windows]
version = "0.25"
version = "0.26"
features = [
"std",
"Foundation",
"Media_Core",
"Media_Playback",