From 50fb4c9dc975fc59da7fceeb26346da445fef0a2 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Tue, 7 Jan 2025 13:47:16 -0800 Subject: [PATCH] build(deps): Bump bindgen from 0.69 to 0.71 Change `version` from `0.69.4` to `>=0.69,<1`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"