Specify minimum bindgen version constraint.

This commit is contained in:
Nolan Darilek 2020-09-18 12:06:32 -05:00
parent f71e4b0d19
commit 7f952f2f34
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "speech-dispatcher-sys"
version = "0.5.1"
version = "0.5.2"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
description = "speech-dispatcher system bindings"
@ -8,5 +8,6 @@ license = "LGPL-2.1"
edition = "2018"
[build-dependencies]
bindgen = "0.54"
bindgen = ">= 0.54"
gcc = "0.3"