Dessalines@lemmy.ml to Rust Programming@lemmy.ml · 22 days agoBenJeau/cargo-interactive-update: A cargo extension CLI tool to update your cargo direct dependencies interactively to the latest versiongithub.comexternal-linkmessage-square5fedilinkarrow-up111arrow-down11cross-posted to: [email protected]
arrow-up110arrow-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 · 22 days agomessage-square5fedilinkcross-posted to: [email protected]
minus-squarevext01@lemmy.sdf.orglinkfedilinkarrow-up3·21 days 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.
minus-squareBB_C@programming.devlinkfedilinkarrow-up2·21 days ago Since cargo-edit broke Sparse indices support got added in last September. A perma-WIP pull request that added support for them existed for much longer.
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.
Sparse indices support got added in last September. A perma-WIP pull request that added support for them existed for much longer.