1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 02:49:37 +00:00

Bump dependencies.

This commit is contained in:
Nolan Darilek 2021-05-11 20:21:03 -05:00
parent 8f5f58028a
commit d67bf8344a

View File

@ -22,10 +22,10 @@ env_logger = "0.8"
[target.'cfg(windows)'.dependencies]
tolk = { version = "0.3", optional = true }
windows = "0.7"
windows = "0.9"
[target.'cfg(windows)'.build-dependencies]
windows = "0.7"
windows = "0.9"
[target.'cfg(target_os = "linux")'.dependencies]
speech-dispatcher = "0.7"