From a77477c96e8f2785d2d0ba0ed742a61e85f8b342 Mon Sep 17 00:00:00 2001 From: Andrew Mackenzie Date: Mon, 9 Dec 2024 09:59:56 +0100 Subject: [PATCH] Update bindgen version to latest (0.71.0) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36d20bad..6b6e40d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ name = "libproc" path = "src/lib.rs" [build-dependencies] -bindgen = { version = "0.70.0", default-features = false, features = ["runtime"] } +bindgen = { version = "0.71.0", default-features = false, features = ["runtime"] } # NOTE: This assumes that there is a procfs compatible FS in redox and the procfs crate # supports it. It's quite probably that neither of those two things ever happen.