From f4744b45a0a7f1621eb1984a070a261a8d3711f2 Mon Sep 17 00:00:00 2001 From: iovxw Date: Fri, 10 Apr 2026 13:30:42 +0800 Subject: [PATCH] Bump bindgen to 0.72 for LLVM 22 compatibility --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2d908e..d38e1ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ doctest = false [dependencies] [build-dependencies] -bindgen = "0.71" +bindgen = "0.72" camino = "1.1" once_cell = "1.12" vcpkg = { version = "0.2", optional = true }