Skip to content

Commit 2a97069

Browse files
Merge pull request #164 from andrewdavidmackenzie/dependabot/cargo/bindgen-0.72.0
2 parents 6dec75e + c747fb9 commit 2a97069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name = "libproc"
1919
path = "src/lib.rs"
2020

2121
[build-dependencies]
22-
bindgen = { version = "0.71.1", default-features = false, features = ["runtime"] }
22+
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
2323

2424
# NOTE: This assumes that there is a procfs compatible FS in redox and the procfs crate
2525
# supports it. It's quite probably that neither of those two things ever happen.

0 commit comments

Comments
 (0)