Skip to content

Commit

Permalink
sys: Bump bindgen to 0.65.1
Browse files Browse the repository at this point in the history
Bump minor versions and push to crates.io

Signed-off-by: Christopher N. Hesse <[email protected]>
  • Loading branch information
raymanfx committed May 7, 2023
1 parent 023ba70 commit cf6d412
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repository= "https://github.com/raymanfx/libv4l-rs"
[dependencies]
bitflags = "1.2.1"
libc = "0.2"
v4l-sys = { path = "v4l-sys", version = "0.2.0", optional = true }
v4l2-sys = { path = "v4l2-sys", version = "0.2.0", package="v4l2-sys-mit", optional = true }
v4l-sys = { path = "v4l-sys", version = "0.3.0", optional = true }
v4l2-sys = { path = "v4l2-sys", version = "0.3.0", package="v4l2-sys-mit", optional = true }

[dev-dependencies]
glium = "0.27.0"
Expand Down
6 changes: 3 additions & 3 deletions v4l-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "v4l-sys"
description = "Raw video4linux (v4l) bindings"
version = "0.2.0"
version = "0.3.0"
authors = ["Christopher N. Hesse <[email protected]>"]
edition = "2018"
license = "MIT"
links = "v4l1 v4l2 4lconvert"
links = "v4l1 v4l2 v4lconvert"
build = "build.rs"

[build-dependencies]
bindgen = "0.59"
bindgen = "0.65.1"
4 changes: 2 additions & 2 deletions v4l2-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "v4l2-sys-mit"
description = "Raw v4l2 bindings (MIT licensed)"
version = "0.2.0"
version = "0.3.0"
authors = ["Christopher N. Hesse <[email protected]>"]
edition = "2018"
license = "MIT"
build = "build.rs"

[build-dependencies]
bindgen = "0.59"
bindgen = "0.65.1"

0 comments on commit cf6d412

Please sign in to comment.