From f389e818b93283efe9d48856fbbde87164f78753 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 13 Aug 2020 12:12:48 -0500 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0465ecc..4a98292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] env_logger = "0.7" gdnative = "0.8" -tts = "0.4" +tts = "0.5" [target.'cfg(windows)'.dependencies] tolk = "0.2"