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 Apr 19, 2024
1 parent 3c8ae0a commit 3bc16f0
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.0"
version = "0.26.1"
authors = ["Nolan Darilek <[email protected]>"]
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.52", features = [
windows = { version = "0.56", features = [
"Foundation",
"Foundation_Collections",
"Media_Core",
Expand Down

0 comments on commit 3bc16f0

Please sign in to comment.