Bump crate version to fix WinRT bug.

This commit is contained in:
Nolan Darilek 2020-10-30 10:48:28 -05:00
parent d58bb881e5
commit 7c25c6ad0e

View File

@ -14,7 +14,7 @@ use_tolk = ["tolk", "tts/use_tolk"]
[dependencies]
env_logger = "0.7"
gdnative = "0.9"
tts = "0.10"
tts = ">= 0.10.1"
[target.'cfg(windows)'.dependencies]
tolk = { version = ">= 0.2.1", optional = true }