Bump windows crate dependency.

This commit is contained in:
Nolan Darilek 2021-11-19 09:24:58 -06:00
parent 47e164a0c8
commit 89fd14d957
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ env_logger = "0.9"
[target.'cfg(windows)'.dependencies]
tolk = { version = "0.5", optional = true }
windows = { version = "0.27", features = ["alloc", "std", "Foundation", "Media_Core", "Media_Playback", "Media_SpeechSynthesis", "Storage_Streams"] }
windows = { version = "0.28", features = ["alloc", "std", "Foundation", "Media_Core", "Media_Playback", "Media_SpeechSynthesis", "Storage_Streams"] }
[target.'cfg(target_os = "linux")'.dependencies]
speech-dispatcher = "0.8"