From 8ee3015d7f8b36f2518e0734030599e30b8e2c6d Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 10 Sep 2019 09:55:33 -0500 Subject: [PATCH] Bump Speech-dispatcher dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f15fd9..5185aab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ env_logger = "0.6" tolk = { git = "https://github.com/ndarilek/tolk-rs" } [target.'cfg(target_os = "linux")'.dependencies] -speech-dispatcher = "0.2" +speech-dispatcher = "0.3" [target.wasm32-unknown-unknown.dependencies] wasm-bindgen = "0.2"