From 7f952f2f34320a693fcfdc2ccfd070a762620d8a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 18 Sep 2020 12:06:32 -0500 Subject: [PATCH] Specify minimum bindgen version constraint. --- speech-dispatcher-sys/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/speech-dispatcher-sys/Cargo.toml b/speech-dispatcher-sys/Cargo.toml index 2d23f0d..9341119 100644 --- a/speech-dispatcher-sys/Cargo.toml +++ b/speech-dispatcher-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "speech-dispatcher-sys" -version = "0.5.1" +version = "0.5.2" authors = ["Nolan Darilek "] 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"