forked from raymanfx/libv4l-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump minor versions and push to crates.io Signed-off-by: Christopher N. Hesse <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |