raymanfx / libv4l-rs

Video4Linux2 bindings for Rust
MIT License
152 stars 65 forks source link

please release a new version of v4l2-sys-mit #68

Closed yshui closed 1 year ago

yshui commented 1 year ago

the current version of v4l2-sys-mit on crates depends on bindgen 0.56, which in turns depends on nom 5.1.2, which triggers cargo's future incompatibility warning:

warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2

the version in the git repository doesn't have this problem.

raymanfx commented 1 year ago

Done, sorry for the long wait!