From 8f51aa573e2b096be8385b1819565dd22ae4bcf4 Mon Sep 17 00:00:00 2001 From: lesleyrs <19632758+lesleyrs@users.noreply.github.com> Date: Wed, 5 Apr 2023 21:04:04 +0200 Subject: [PATCH] remove default feature --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb8ffa2..e906cce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,6 @@ crate-type = ["lib", "cdylib", "staticlib"] speech_dispatcher_0_9 = ["speech-dispatcher/0_9"] speech_dispatcher_0_10 = ["speech-dispatcher/0_10"] speech_dispatcher_0_11 = ["speech-dispatcher/0_11"] -default = ["speech_dispatcher_0_11"] [dependencies] dyn-clonable = "0.9"