Update allocator-api2#299
Conversation
fitzgen
left a comment
There was a problem hiding this comment.
This is a breaking change because allocator_api2 is in the public API and this isn't a patch bump, correct?
|
Yes. Users of the feature would need to switch version of allocator-api2 they depend on to build. |
|
Okay, thanks. I will hold off for now and merge next time we do a breaking release. |
|
Is there anything in particular you'd like before releasing a new breaking release? Since this repo doesn't seem to be particular active at the moment, I'm mostly wondering because this is technically blocking updating The only thing that would particularly come to mind is maybe updating to edition 2024, but that probably isn't particularly desired since I assume that keeping an older MSRV is preferable. |
There are a number of things I'd like to roll up together in the next breaking release to avoid needing to do multiple breaking releases: https://github.com/fitzgen/bumpalo/issues?q=state%3Aopen%20label%3Abreaking-change |
New version fixes some inconsistencies