Open Zheoni opened 6 months ago
I have the same issue (see https://github.com/01mf02/jaq/issues/176 and https://github.com/01mf02/jaq/issues/178): yansi 1.0 is a breaking change compared to yansi 0.5, so because ariadne 0.4 exposes types from yansi 0.5, ariadne 0.4.1 cannot depend on yansi 1.0. A solution to this problem would be to yank the 0.4.1 release and publish a 0.5 release instead.
@zesterer, may I ask you if there is any update on this? Builds of my application still break due to this issue.
Argh, this is annoying. Apologies about that. Sorry, I've not had much time to focus on this of late. I'll try to get this resolved over the next few days.
Thanks. Btw, to catch this kind of issues in advance, cargo semver-checks
can be pretty useful. :)
It removed the
ariadne::Color::Default
variant, so my project fails to compile. It should be a minor release, not a patch one, becausecargo
will pull the new version even if I depended on0.4
.