docs.rs is actually using speech-dispatcher 0.11 now.

This commit is contained in:
Nolan Darilek 2023-04-06 10:19:21 -05:00
parent e6e1cd49bf
commit b369fb5614
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tts"
version = "0.25.4"
version = "0.25.5"
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_10"]
features = ["speech_dispatcher_0_11"]