From 7c25c6ad0e56b3d33663a3abf96eb8db3a58038b Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 30 Oct 2020 10:48:28 -0500 Subject: [PATCH] Bump crate version to fix WinRT bug. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4edf0ca..f955318 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }