support new cargo error in rust 1.95#123
Conversation
|
r? @Skgland I think we should also cover that old releases still work in our CI, not only the most recent one. Do you have thoughts on that? Or did we when we implemented this? |
e9d660f to
9137ef1
Compare
Sounds reasonable. If I remember correctly, then I adjusted the expected output to a common substring so I would work with both old and new version, though that is likely infeasible long term, so we might want a set/list of expected outputs instead. Would that also entail running CI against more version? Currently it appears to run only against stable. I would suggest to at least add a beta. |
question for me is more around old versions. If I imagine us refactoring this part of the codebase, CI should validate if it still works with the old versions. But that being said: with the existing use-cases I'm not sure if doing that is worth the complexity. |
see failure in this other CI run.
similar PR in #106.