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]