From ff737de725737e658c048531290f9e29b4e5f97a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 3 May 2022 09:35:58 -0500 Subject: [PATCH] Update to Bevy 0.7. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 679141a..59fdec2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,9 @@ speech_dispatcher_0_10 = ["tts/speech_dispatcher_0_10"] tolk = ["tts/tolk"] [dependencies] -bevy = { version = "0.6", default-features = false } +bevy = { version = "0.7", default-features = false } crossbeam-channel = "0.5" tts = { version = "0.21", default-features = false } [dev-dependencies] -bevy = { version = "0.6", default-features = true } \ No newline at end of file +bevy = { version = "0.7", default-features = true } \ No newline at end of file