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"