mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 12:19:37 +00:00
Bump version and dependencies.
This commit is contained in:
parent
a4e7a55db0
commit
fc44a8af46
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tts"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
||||
repository = "https://gitlab.com/ndarilek/tts-rs"
|
||||
description = "High-level Text-To-Speech (TTS) interface"
|
||||
|
@ -13,13 +13,13 @@ failure = "0.1"
|
|||
log = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.6"
|
||||
env_logger = "0.7"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
tolk = "0.2"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
speech-dispatcher = "0.3"
|
||||
speech-dispatcher = "0.4"
|
||||
|
||||
[target.wasm32-unknown-unknown.dependencies]
|
||||
wasm-bindgen = "0.2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user