From 55293586517203e3b68030c73cf013567366c15c Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 11 Nov 2020 10:39:17 -0600 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74a678f..70d3180 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ use_tolk = ["tolk", "tts/use_tolk"] [dependencies] env_logger = "0.8" gdnative = "0.9" -tts = ">= 0.11.1" +tts = ">= 0.11.2" [target.'cfg(windows)'.dependencies] tolk = { version = "0.3", optional = true }