Pin minimum tts version to work around Tolk string-handling issue.

This commit is contained in:
Nolan Darilek 2020-09-21 15:19:36 -05:00
parent ddfc262278
commit cb7eda45e2

View File

@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"]
[dependencies]
env_logger = "0.7"
gdnative = "0.9.0-preview.0"
tts = "0.6"
tts = ">= 0.6.4"
[target.'cfg(windows)'.dependencies]
tolk = "0.2"
tolk = ">= 0.2.1"