Bump version and drop support for 0.9.

master
Nolan Darilek 2 years ago
parent 0efdccc9aa
commit 2ea85bc1bd

@ -1,6 +1,6 @@
[package]
name = "speech-dispatcher"
version = "0.14.0"
version = "0.15.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
description = "Rusty interface to the speech-dispatcher speech synthesis library"

@ -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,

Loading…
Cancel
Save