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 90374a6 commit aa4a766Copy full SHA for aa4a766
Cargo.toml
@@ -31,7 +31,7 @@ name = "dmesg"
31
path = "src/dmesg.rs"
32
33
[build-dependencies]
34
-bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] }
+bindgen = { version = "0.69.0", default-features = false, features = ["runtime"] }
35
36
# NOTE: This assumes that there is a procfs compatible FS in redox and the procfs crate
37
# supports it. It's quite probably that neither of those two things ever happen.
0 commit comments