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

Require sysinfo crate version with the breaking API change #80

Closed
teor2345 opened this issue Jul 1, 2021 · 0 comments · Fixed by #81
Closed

Require sysinfo crate version with the breaking API change #80

teor2345 opened this issue Jul 1, 2021 · 0 comments · Fixed by #81

Comments

@teor2345
Copy link
Contributor

teor2345 commented Jul 1, 2021

Recently, vergen fixed a breaking change in the sysinfo API.

But the fix only updated the code, and not the sysinfo crate version requirement. So downstream builds that require an older sysinfo version may fail.

Can vergen require a sysinfo version that's greater than or equal to the first version with the new API?

sysinfo = { version = "0", optional = true, default-features = false }

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

Successfully merging a pull request may close this issue.

1 participant