From 7de7ae66adb2f7f9b3ba7d8d3569a91af7a0237c Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 22 Jul 2022 10:46: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 11294ac..5297c65 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.22", default-features = false } +tts = { version = "0.23", default-features = false } [dev-dependencies] bevy = { version = "0.7", default-features = true } \ No newline at end of file