diff --git a/Cargo.toml b/Cargo.toml index f47ab74..68c4a1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ crate-type = ["lib", "cdylib", "staticlib"] [features] speech_dispatcher_0_10 = ["speech-dispatcher/0_10"] +default = ["speech_dispatcher_0_10"] [dependencies] dyn-clonable = "0.9"