From b369fb5614a63f524e8a0a1aa67e068c3e27d0d2 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 6 Apr 2023 10:19:21 -0500 Subject: [PATCH] docs.rs is actually using speech-dispatcher 0.11 now. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb8ffa2..196fcf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.25.4" +version = "0.25.5" authors = ["Nolan Darilek "] 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"] \ No newline at end of file +features = ["speech_dispatcher_0_11"] \ No newline at end of file