From 77052eabd991f659a14b0881657822c371001892 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 20 Dec 2022 16:34:30 -0600 Subject: [PATCH] Bump dependencies. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 445998e..ca265f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ features = [ backtrace = "0.3" bevy_rapier2d = "0.19" bevy_synthizer = "0.1" -bevy_tts = { version = "0.2", default-features = false, features = ["tolk"] } +bevy_tts = { version = "0.4", default-features = false, features = ["tolk"] } coord_2d = "0.3" futures-lite = "1" gilrs = "0.10"