From 7d205cd9e3b7bf356685b76694eef66ea879e7f9 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 19 Nov 2021 09:59:53 -0600 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18dabf4..0dfb5ef 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.18" +tts = "0.19" [dev-dependencies] bevy = { version = "0.5", default-features = true } \ No newline at end of file