Skip to content

Commit 7bc8189

Browse files
Update bindgen requirement from 0.65.1 to 0.66.1 (#98)
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.65.1...v0.66.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7919df0 commit 7bc8189

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
@@ -31,7 +31,7 @@ name = "dmesg"
3131
path = "src/dmesg.rs"
3232

3333
[build-dependencies]
34-
bindgen = { version = "0.65.1", default-features = false, features = ["runtime"] }
34+
bindgen = { version = "0.66.1", default-features = false, features = ["runtime"] }
3535

3636
[target.'cfg(target_os = "linux")'.dev-dependencies]
3737
procfs = "0.15.0"

0 commit comments

Comments
 (0)