Bump version and use correct features in docs.rs builds.

This commit is contained in:
Nolan Darilek 2022-11-22 13:52:19 -06:00
parent f854e386a6
commit 1c11f279ec
1 changed files with 2 additions and 1 deletions

View File

@ -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 = ""