Skip to content

Commit

Permalink
Bump version and windows dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndarilek committed Jul 6, 2024
1 parent ae7bf75 commit b31efe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tts"
version = "0.26.2"
version = "0.26.3"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://github.com/ndarilek/tts-rs"
description = "High-level Text-To-Speech (TTS) interface"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b31efe7

Please sign in to comment.