Bump version and dependencies.

This commit is contained in:
Nolan Darilek 2020-10-30 10:28:02 -05:00
parent 0bbda0a90f
commit 1d48cb93d7
1 changed files with 2 additions and 2 deletions

View File

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