From d25f770f4f4553c175cd9cf37425eab9e3b8f684 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 1 Nov 2021 12:20:01 -0500 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 219b39e..18dabf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ tolk = ["tts/tolk"] [dependencies] bevy = { version = "0.5", default-features = false } crossbeam-channel = "0.5" -tts = "0.17" +tts = "0.18" [dev-dependencies] bevy = { version = "0.5", default-features = true } \ No newline at end of file