Bump version and drop support for 0.9.
This commit is contained in:
parent
0efdccc9aa
commit
2ea85bc1bd
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "speech-dispatcher"
|
name = "speech-dispatcher"
|
||||||
version = "0.14.0"
|
version = "0.15.0"
|
||||||
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
||||||
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
|
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
|
||||||
description = "Rusty interface to the speech-dispatcher speech synthesis library"
|
description = "Rusty interface to the speech-dispatcher speech synthesis library"
|
||||||
|
|
|
@ -98,7 +98,6 @@ pub enum Notification {
|
||||||
#[repr(u32)]
|
#[repr(u32)]
|
||||||
pub enum Punctuation {
|
pub enum Punctuation {
|
||||||
All = SPDPunctuation::SPD_PUNCT_ALL,
|
All = SPDPunctuation::SPD_PUNCT_ALL,
|
||||||
#[cfg(feature = "0_10")]
|
|
||||||
Most = SPDPunctuation::SPD_PUNCT_MOST,
|
Most = SPDPunctuation::SPD_PUNCT_MOST,
|
||||||
Some = SPDPunctuation::SPD_PUNCT_SOME,
|
Some = SPDPunctuation::SPD_PUNCT_SOME,
|
||||||
None = SPDPunctuation::SPD_PUNCT_NONE,
|
None = SPDPunctuation::SPD_PUNCT_NONE,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user