Dessalines@lemmy.ml to Rust Programming@lemmy.ml · 14 hours agoBenJeau/cargo-interactive-update: A cargo extension CLI tool to update your cargo direct dependencies interactively to the latest versiongithub.comexternal-linkmessage-square4fedilinkarrow-up17cross-posted to: rust@programming.dev
arrow-up17external-linkBenJeau/cargo-interactive-update: A cargo extension CLI tool to update your cargo direct dependencies interactively to the latest versiongithub.comDessalines@lemmy.ml to Rust Programming@lemmy.ml · 14 hours agomessage-square4fedilinkcross-posted to: rust@programming.dev
minus-squarevext01@lemmy.sdf.orglinkfedilinkarrow-up3·6 hours agoI 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.
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.