diff --git a/Cargo.toml b/Cargo.toml index c1c4674..3603ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [features] speech_dispatcher_0_10 = ["bevy_tts/speech_dispatcher_0_10"] -speech_dispatcher_0_10_2 = ["bevy_tts/speech_dispatcher_0_10_2"] +speech_dispatcher_0_11 = ["bevy_tts/speech_dispatcher_0_11"] [dependencies.bevy] version = "0.8"