Bump tts dependency.

This commit is contained in:
Nolan Darilek 2020-10-08 08:46:38 -05:00
parent 69b5c39f66
commit 2c73b45300

View File

@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"]
[dependencies]
env_logger = "0.7"
gdnative = "0.9"
tts = "0.8"
tts = "0.9"
[target.'cfg(windows)'.dependencies]
tolk = ">= 0.2.1"