this post was submitted on 26 Feb 2024
3 points (80.0% liked)

Rust

5989 readers
43 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

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.

top 3 comments
sorted by: hot top controversial new old
[–] sugar_in_your_tea@sh.itjust.works 3 points 8 months ago (1 children)

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 1 points 8 months ago (1 children)

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

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