Bump dependencies and version.

This commit is contained in:
Nolan Darilek 2019-12-22 13:49:58 -06:00
parent cc22ede3f2
commit ebb3078c8a
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
[package]
name = "speech-dispatcher-sys"
version = "0.4.0"
version = "0.4.1"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://gitlab.com/ndarilek/speech-dispatcher-sys"
description = "speech-dispatcher system bindings"
license = "LGPL-2.1"
[build-dependencies]
bindgen = "0.51"
bindgen = "0.52"
gcc = "0.3"

View File

@ -1,6 +1,6 @@
[package]
name = "speech-dispatcher"
version = "0.4.0"
version = "0.4.1"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
description = "Rusty interface to the speech-dispatcher speech synthesis library"