Dessalines@lemmy.ml to Rust Programming@lemmy.ml · 19 hours agoBenJeau/cargo-interactive-update: A cargo extension CLI tool to update your cargo direct dependencies interactively to the latest versiongithub.comexternal-linkmessage-square4fedilinkarrow-up18arrow-down11cross-posted to: rust
arrow-up17arrow-down1external-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 · 19 hours agomessage-square4fedilinkcross-posted to: rust
minus-squarevext01@lemmy.sdf.orglinkfedilinkarrow-up3·11 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.
cargo update
… It’s that simple.
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.