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.