• vext01@lemmy.sdf.org
    link
    fedilink
    arrow-up
    1
    ·
    4 months ago

    How do you upgrade your deps?

    I used to use ‘cargo upgrade’ from cargo-edit, but it stooped working at some point.

      • vext01@lemmy.sdf.org
        link
        fedilink
        arrow-up
        4
        ·
        4 months ago

        I think that only updates semver-compatible versions in the lock file.

        I was looking for something that updates the cargo.toml to not necessarily compatible versions.

        Since cargo-edit broke, I’ve had to do this by hand.

    • taladar@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      I usually use cargo upgrade -i allow --pinned --verbose and that works just fine. What isn’t working for you?