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

Update libc dependency #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update libc dependency #102

wants to merge 1 commit into from

Conversation

CAD97
Copy link

@CAD97 CAD97 commented Jul 21, 2022

You don't support libc@0.1. So don't say you do.

Yes, cargo by default will give you libc@0.2, and everything will work. But also, libc could release a version 0.3 with API changes (however unlikely that may be), and you would break because of that. And you don't even have the benefit of allowing a 1.0 libc, either.

You don't necessarily need to be fully minimal-versions correct (though it would be better if you were), but saying you work with libc@0.1 and libc@0.3 is just completely incorrect.

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 this pull request may close these issues.

1 participant