Skip to content

Commit 6a6017b

Browse files
build(deps): update bindgen requirement from 0.65.1 to 0.69.1 (#87)
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.69.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 21d6b20 commit 6a6017b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v4l-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ links = "v4l1 v4l2 v4lconvert"
99
build = "build.rs"
1010

1111
[build-dependencies]
12-
bindgen = "0.65.1"
12+
bindgen = "0.69.1"

v4l2-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ license = "MIT"
88
build = "build.rs"
99

1010
[build-dependencies]
11-
bindgen = "0.65.1"
11+
bindgen = "0.69.1"

0 commit comments

Comments
 (0)