From 1c11f279ec2c3b23dcb9ad96864d1a73ac0db78b Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 22 Nov 2022 13:52:19 -0600 Subject: [PATCH] Bump version and use correct features in docs.rs builds. --- speech-dispatcher/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/speech-dispatcher/Cargo.toml b/speech-dispatcher/Cargo.toml index fcec158..e420e40 100644 --- a/speech-dispatcher/Cargo.toml +++ b/speech-dispatcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "speech-dispatcher" -version = "0.15.1" +version = "0.16.0" authors = ["Nolan Darilek "] 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 = ""