From 2c73b453000f2e7ec4a7cbbcdcb1ca4de27c43a2 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 8 Oct 2020 08:46:38 -0500 Subject: [PATCH] Bump tts dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a9b0b1..0085826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"] [dependencies] env_logger = "0.7" gdnative = "0.9" -tts = "0.8" +tts = "0.9" [target.'cfg(windows)'.dependencies] tolk = ">= 0.2.1"