From bfdedf64db3b6488b65b5d8f1a03c944f26f7c89 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 12 Aug 2020 16:31:39 -0500 Subject: [PATCH] Bump dependency. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6985018..0465ecc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] env_logger = "0.7" gdnative = "0.8" -tts = "0.3" +tts = "0.4" [target.'cfg(windows)'.dependencies] -tolk = "0.2" \ No newline at end of file +tolk = "0.2"