You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std-freestanding-alloc-kal 0.1.1: it declares what it is built against (#268)
⚠️ `openkal = "0.5.1"' bounds the package below 0.6.0 --- a caret on a
0.x version stops at the next minor --- so it had been resolving 0.5.x
while the specification released 0.6, 0.7 and 0.8.
Nothing was broken by that and nothing would have reported it: clause 8
forbids the specification from altering a declaration it has published,
so `kal_alloc' and `kal_free' mean in 0.8.0 exactly what they meant in
0.5.1. That is the reason to move rather than a reason not to. A package
declaring a version it does not test against records what it was written
against and stops recording what it works with.
Co-authored-by: speak-agent <x.d2learn.org@gmail.com>
0 commit comments