From db0e7574edc7c10b482d0651697352b924da45cc Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 11 May 2021 21:40:39 -0500 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f44164a..b5d0f59 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.16" +tts = "0.17" [dev-dependencies] bevy = { version = "0.5", default-features = true } \ No newline at end of file