Attempt to fix docs.rs builds and bump version.

This commit is contained in:
Nolan Darilek 2023-04-05 11:27:49 -05:00
parent e2edc18e6e
commit e6e1cd49bf
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tts"
version = "0.25.3"
version = "0.25.4"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://github.com/ndarilek/tts-rs"
description = "High-level Text-To-Speech (TTS) interface"
@ -52,4 +52,4 @@ ndk-glue = "0.7"
[package.metadata.docs.rs]
no-default-features = true
features = ["speech_dispatcher_0_9"]
features = ["speech_dispatcher_0_10"]