From 760a7745f1ddad5e1c4753534a245044b970d2c6 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 2 Nov 2020 11:38:34 -0600 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4c34f0..f8842b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ use_tolk = ["tolk", "tts/use_tolk"] [dependencies] env_logger = "0.8" gdnative = "0.9" -tts = ">= 0.10.1" +tts = ">= 0.10.2" [target.'cfg(windows)'.dependencies] tolk = { version = ">= 0.2.1", optional = true }