From f80723daeca2f5e78d908bc9cae16c8564cf572c Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 9 May 2022 09:32:46 -0500 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59fdec2..11294ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ tolk = ["tts/tolk"] [dependencies] bevy = { version = "0.7", default-features = false } crossbeam-channel = "0.5" -tts = { version = "0.21", default-features = false } +tts = { version = "0.22", default-features = false } [dev-dependencies] bevy = { version = "0.7", default-features = true } \ No newline at end of file