From 20abaa45ab0af60b3bdb1c21eab052aeb693aebb Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 18 Aug 2020 15:51:36 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a98292..f957b44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] env_logger = "0.7" gdnative = "0.8" -tts = "0.5" +tts = "0.6" [target.'cfg(windows)'.dependencies] tolk = "0.2"