From e74b6ce0d9b1a865ab2276fa2387d1333ff9c700 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 13 Oct 2025 10:41:38 -0400 Subject: [PATCH] Increase bindgen dependency lower bound to 0.72.0 Signed-off-by: mulhern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42784f1..ef10e70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ errno = "0.3.0" libc = "0.2.133" [build-dependencies] -bindgen = "0.71.0" +bindgen = "0.72.0" [dev-dependencies] glob = "0.3.0"