-
Notifications
You must be signed in to change notification settings - Fork 236
Sync version numbers of 5ever crates? #605
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
Comments
That feels weird, because |
Yeah, I've been thinking about this on and off, and it doesn't feel like a meaningful reduction in work as a consumer of the crate, and it potentially leads to an unnecessary increase in breaking version releases. |
My take is that upgrading to a new "breaking" version that doesn't actually contain any changes is trivial (/not a big deal), whereas figuring out which But eh. I don't care strongly about this. Maybe an alternative would be to create a table of compatible versions in the README. And perhaps get rid of the |
Perhaps html5ever/xml5ever should re-export all necessary pieces of markup5ever, such that you never use markup5ever directly, thus removing the need to find a compatible version? |
How would people feel about updating the version numbers of
html5ever
,xml5ever
andmarkup5ever
to be the same, and then keeping them in sync going forwards?I think this would be easier both for 5ever maintainers and for consumers of the 5ever crates.
The text was updated successfully, but these errors were encountered: