From 1c7686d09d1c57303ed37074b42ed51117111b6a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 11 Mar 2021 14:30:14 -0600 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c605b3e..a4eb004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"] [dependencies] env_logger = "0.8" gdnative = "0.9" -tts = "0.14" +tts = "0.15" [target.'cfg(windows)'.dependencies] tolk = { version = "0.3", optional = true }