Compilation breaks after upgrade from Cargo 0.76 to 0.77 (github.com)
from secana@programming.dev to rust@programming.dev on 26 Feb 2024 20:42
https://programming.dev/post/10613122

While working on Kellnr, I updated the dependencies. It seems that the update of cargo breaks the build. I created an issue on github. Maybe somebody here has an idea for a simple fix.

#rust

threaded - newest

sugar_in_your_tea@sh.itjust.works on 26 Feb 2024 21:18 collapse

Looks like you got a solution. Here it is in case someone else has a similar problem elsewhere:

Running cargo update --precise 0.2.9 cargo-util should fix the issue.

snaggen@programming.dev on 26 Feb 2024 22:19 collapse

Good that this gets some visibility, looks like a frustrating thing to debug.

sugar_in_your_tea@sh.itjust.works on 27 Feb 2024 14:52 collapse

I had a similar issue with a different library. It would be nice for cargo to support a test build with minimum dependency versions.