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
sqlformat::format now requires a &FormatOptions<_> for its third argument, when it used to take an owned FormatOptions. This makes SQLx fail to compile with that version.
Please consider yanking v0.2.7.
The text was updated successfully, but these errors were encountered:
The version has been yanked. I'd like to avoid this in the future. Are there any suggestions for catching this early? I recall there being a cargo tool to semi-automate this, though I can't remember what it was called.
It looks like the breaking change is difficult to isolate and revert without reverting meaningful changes. As such, I'm moving forward releasing the new version as 0.3.0 instead so that it is properly acknowledged as breaking.
sqlformat::format
now requires a&FormatOptions<_>
for its third argument, when it used to take an ownedFormatOptions
. This makes SQLx fail to compile with that version.Please consider yanking
v0.2.7
.The text was updated successfully, but these errors were encountered: