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.

  • @sugar_in_your_tea
    link
    114 months ago

    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.

      • @sugar_in_your_tea
        link
        24 months ago

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