Dessalines to Rust Programming@lemmy.ml • 14 days agoBenJeau/cargo-interactive-update: A cargo extension CLI tool to update your cargo direct dependencies interactively to the latest versiongithub.comexternal-linkmessage-square5fedilinkarrow-up112arrow-down11cross-posted to: rust@programming.dev
arrow-up111arrow-down1external-linkBenJeau/cargo-interactive-update: A cargo extension CLI tool to update your cargo direct dependencies interactively to the latest versiongithub.comDessalines to Rust Programming@lemmy.ml • 14 days agomessage-square5fedilinkcross-posted to: rust@programming.dev
minus-square@vext01link3•13 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-square@BB_C@programming.devlinkfedilink2•13 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.
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.