From 6f3866afee4473844253ba0206e213b675dbf1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Thu, 9 Jan 2025 11:42:12 +0100 Subject: [PATCH] Update bindgen --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84260fe..7ce53df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ categories = ["embedded", "filesystem", "no-std"] repository = "https://github.com/nickray/littlefs2-sys" [build-dependencies] -bindgen = { version = "0.70.1", default-features = false , features = ["runtime"] } +bindgen = { version = "0.71.1", default-features = false , features = ["runtime"] } cc = "1" [features]