build(deps): update allocator-api2 to 0.4#18
Conversation
|
why don't you use dependabot for this? |
Because I want to avoid the noise from updating For example, I think that this PR is breaking since users need to use the right allocator-api2 version, but #17 on the other hand, should not be breaking, since no items from other crates are involved for users. |
Are you worried about all the PRs you have to merge? It is fairly easy to configure dependabot to automerge everything. I use it in all my repos. 🤔 breaking changes weren't an issue for me so far (luckily) |
Not really; I think it just feels tidier for me personally if a library does not have a libc bump in the I have considered automating merges, but reading through the updates is interesting to me most of the time and reveals new possibilities to adapt to. |
|
is there a reason to support the allocator-api? I know it is a downstream crate. But at least the upstream effort is dead. I also removed the allocator-api of all my crates for that reason (I suppose allocator-api2 wants to stay close to the rustlang feature) |
|
The upstream design has not changed a lot and will not be stabilized, yes, but there is nothing else to use, is there? I think it makes sense for |
|
I see. A shame that they didn't build something like the allocator_api right from the beginning |
d547827 to
f118b78
Compare
No description provided.