diff --git a/Cargo.toml b/Cargo.toml index 97486a6..494478b 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.12", default-features = false } +bevy = { version = "0.13", default-features = false } crossbeam-channel = "0.5" tts = { version = "0.26", default-features = false } [dev-dependencies] -bevy = { version = "0.12", default-features = true } +bevy = { version = "0.13", default-features = true } [package.metadata.release] publish = false