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

Check minimum version dependency #66

Open
kawasin73 opened this issue Jan 12, 2024 · 1 comment
Open

Check minimum version dependency #66

kawasin73 opened this issue Jan 12, 2024 · 1 comment

Comments

@kawasin73
Copy link
Collaborator

cargo usually downloads dependencies as higher versions as possible. The CI can't catch the dependency version mismatch with the minimum versions. (e.g. #65)

The CI should run tests with the minimum versions as well. minimum versions can be downloaded by this cargo command.

cargo +nightly update -Z minimal-versions
@kawasin73
Copy link
Collaborator Author

Created rust-lang/rust-bindgen#2717 for bindgen compile error.

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