From 6d94a4dd2c296bf1f044ee4c70fb10dca4c1c241 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Wed, 21 Aug 2024 14:33:15 +0200 Subject: [PATCH] Update bindgen --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f48fa3..69e935b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ links = "luajit" libc = "0.2" [build-dependencies] -bindgen = "0.69.4" +bindgen = "0.70.1" cc = "1" fs_extra = "1.1.0"