Bump version and use correct features in docs.rs builds.
This commit is contained in:
parent
f854e386a6
commit
1c11f279ec
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "speech-dispatcher"
|
||||
version = "0.15.1"
|
||||
version = "0.16.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"
|
||||
|
@ -20,6 +20,7 @@ libc = "0.2.125"
|
|||
|
||||
[package.metadata.docs.rs]
|
||||
no-default-features = true
|
||||
features = ["0_9"]
|
||||
|
||||
[package.metadata.release]
|
||||
tag-prefix = ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user