mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-22 23:19:37 +00:00
Bump version and dependencies.
This commit is contained in:
parent
0bbda0a90f
commit
1d48cb93d7
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tts"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
||||
repository = "https://github.com/ndarilek/tts-rs"
|
||||
description = "High-level Text-To-Speech (TTS) interface"
|
||||
|
@ -21,7 +21,7 @@ log = "0.4"
|
|||
thiserror = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7"
|
||||
env_logger = "0.8"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
tolk = { version = ">= 0.2.1", optional = true }
|
||||
|
|
Loading…
Reference in New Issue
Block a user