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

Allow for more dynamic memchr versions, as they follow semver #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

emily-pa
Copy link

This occurred to me after having to nitpick and downgrade various packages in my projects(in some cases to find specific revisions which weren't even tagged) simply in order to get this crate(which is really great, mind you^) to play nice with other crates.
This can be easily resolved by broadening the crate versions used by this project.
libc is guarenteed to not break compat at least for a minor version, and memchr will support semver up to a major version.

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