From 9172c5020b9beca87da24f9acb9547f1ea14118f Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 6 Mar 2023 14:43:01 -0600 Subject: [PATCH] chore: Update Bevy to 0.10. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c065f7..49bc7fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,12 +17,12 @@ speech_dispatcher_0_11 = ["tts/speech_dispatcher_0_11"] tolk = ["tts/tolk"] [dependencies] -bevy = { version = "0.9", default-features = false } +bevy = { version = "0.10", default-features = false } crossbeam-channel = "0.5" tts = { version = "0.25", default-features = false } [dev-dependencies] -bevy = { version = "0.9", default-features = true } +bevy = { version = "0.10", default-features = true } [package.metadata.release] publish = false