Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error after upgrading to version 0.5.0 #15

Open
wangjia184 opened this issue Aug 28, 2024 · 2 comments
Open

Compilation error after upgrading to version 0.5.0 #15

wangjia184 opened this issue Aug 28, 2024 · 2 comments

Comments

@wangjia184
Copy link

Version 0.4.1 works fine. seems something wrong with 0.5.0?

error: failed to select a version for the requirement `mozjpeg-sys = "^0.10.4"`
candidate versions found which didn't match: 2.2.1, 2.2.0, 2.1.0, ...
required by package `uvc-src v0.2.1`
    ... which satisfies dependency `uvc-src = "^0.2.1"` of package `uvc-sys v0.2.0`
    ... which satisfies dependency `uvc-sys = "^0.2.0"` of package `uvc v0.2.0`
    ... which satisfies dependency `uvc = "^0.2.0"` of package `eye-hal v0.2.0`
    ... which satisfies dependency `eye-hal = "^0.2.0"` of package `eye v0.5.0`
    ... which satisfies dependency `eye = "^0.5.0"` of package `ar v0.1.0`
perhaps a crate was updated and forgotten to be re-vendored?
@wangjia184
Copy link
Author

wangjia184 commented Aug 28, 2024

According to this one kornelski/mozjpeg-sys#39, it should be upgraded to latest version. The issue is introduced by uvc-src . It is an optional dependency, is eye using this feature?

image

rustc 1.80.1 (3f5fd8dd4 2024-08-06) Ubuntu 22.04.4 LTS
cargo 1.80.1 (376290515 2024-07-16)

@wangjia184
Copy link
Author

Submited a PR to upgrade uvc dependencies version here: l1npengtul/libuvc-rs#33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant