diff --git a/Cargo.toml b/Cargo.toml index f61514b..a2da653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,6 @@ static = [] # Don't dynamically link to other libraries [build-dependencies] fs-utils = "1.1" -bindgen = { version = "0.69.4", default-features = false, features = ["runtime"], optional = true } +bindgen = { version = ">=0.69,<1", default-features = false, features = ["runtime"], optional = true } cc = { version = "1.0", features = ["parallel"] } glob = "0.3.0"