Dessalines to Rust [email protected] • 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-up113arrow-down11cross-posted to: [email protected]
arrow-up112arrow-down1external-linkBenJeau/cargo-interactive-update: A cargo extension CLI tool to update your cargo direct dependencies interactively to the latest versiongithub.comDessalines to Rust [email protected] • 14 days agomessage-square5fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink3•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@[email protected]linkfedilink2•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.
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.