We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8c2ab commit 6cd8cc8Copy full SHA for 6cd8cc8
Cargo.toml
@@ -19,7 +19,7 @@ name = "libproc"
19
path = "src/lib.rs"
20
21
[build-dependencies]
22
-bindgen = { version = "0.69.0", default-features = false, features = ["runtime"] }
+bindgen = { version = "0.70.0", default-features = false, features = ["runtime"] }
23
24
# NOTE: This assumes that there is a procfs compatible FS in redox and the procfs crate
25
# supports it. It's quite probably that neither of those two things ever happen.
0 commit comments