From e1f19fd80d87319ff97b0c83c633c3324696dbd5 Mon Sep 17 00:00:00 2001 From: Clover Johnson Date: Thu, 30 May 2024 22:13:12 -0400 Subject: [PATCH] bump speech-dispatcher from 9 -> 11 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0f69460..33b4728 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ OriginalFilename = "stupid robot nuisance" [dependencies] enigo = "0.2.1" screenshots = "0.8.6" -tts = { version = "0.26.0", features = ["speech_dispatcher_0_9"], default-features = false } +tts = { version = "0.26.0", features = ["speech_dispatcher_0_11"], default-features = false } rand = "0.8.4" tokio = { version = "1.35.1", features = ["full"] } serde = { version = "1.0.195", features = ["derive"] } @@ -52,4 +52,4 @@ winresource = "0.1" [features] invisibility = ["dep:daemonize"] advanced = ["dep:windows"] -#microphone = [] \ No newline at end of file +#microphone = []