diff --git a/speech-dispatcher/Cargo.toml b/speech-dispatcher/Cargo.toml index 4fc2bec..b49e2f5 100644 --- a/speech-dispatcher/Cargo.toml +++ b/speech-dispatcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "speech-dispatcher" -version = "0.14.0" +version = "0.15.0" authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" description = "Rusty interface to the speech-dispatcher speech synthesis library" diff --git a/speech-dispatcher/src/lib.rs b/speech-dispatcher/src/lib.rs index 05188ea..4eb9a18 100644 --- a/speech-dispatcher/src/lib.rs +++ b/speech-dispatcher/src/lib.rs @@ -98,7 +98,6 @@ pub enum Notification { #[repr(u32)] pub enum Punctuation { All = SPDPunctuation::SPD_PUNCT_ALL, - #[cfg(feature = "0_10")] Most = SPDPunctuation::SPD_PUNCT_MOST, Some = SPDPunctuation::SPD_PUNCT_SOME, None = SPDPunctuation::SPD_PUNCT_NONE,