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"