Closed bergwerf closed 5 years ago
I now temporarily solved this by reducing the version lower bound on source_gen and analyzer in one of my indirect dependencies (I could do that because it is a small builder I developed). The analyzer and source_gen version jungle seems a bit tricky though, I am not sure what happens if you update your analyzer dependency bound though. We could also stall this issue until someone else encounters difficulties.
I might just have to set a bigger version bound on analyzer, this is the second time this has happened in like three months.
I'm getting complicated dependency issues because I import other packages that indirectly use the analyzer package (by including source_gen or build). E.g.:
Long story short, I think this might be fixed if you upgrade some of your version constraints.