From 691997023a80d061ea8cef8a6d74933e9398149a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 18 Nov 2020 08:40:21 -0600 Subject: [PATCH] Bump dependency version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d9c7517..03f4510 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.3" +tts = ">= 0.11.4" [target.'cfg(windows)'.dependencies] tolk = { version = "0.3", optional = true }