From 3639e98f650fc97125e04c4877764e74dcf52f4b Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 3 Nov 2020 12:15:24 -0600 Subject: [PATCH] Bump dependency. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0476b52..74a678f 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.10.3" +tts = ">= 0.11.1" [target.'cfg(windows)'.dependencies] -tolk = { version = ">= 0.2.1", optional = true } +tolk = { version = "0.3", optional = true }