1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-17 12:39:36 +00:00

Bump Speech-dispatcher dependency.

This commit is contained in:
Nolan Darilek 2019-09-10 09:55:33 -05:00
parent 3610d5a375
commit 8ee3015d7f

View File

@ -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"