Dessalines@lemmy.ml to Rust Programming@lemmy.ml · 4 months agoBenJeau/cargo-interactive-update: A cargo extension CLI tool to update your cargo direct dependencies interactively to the latest versiongithub.comexternal-linkmessage-square7linkfedilinkarrow-up110cross-posted to: rust@programming.dev
arrow-up110external-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 · 4 months agomessage-square7linkfedilinkcross-posted to: rust@programming.dev
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up1·3 months agoI usually use cargo upgrade -i allow --pinned --verbose and that works just fine. What isn’t working for you?
minus-squarevext01@lemmy.sdf.orglinkfedilinkarrow-up1·3 months agoIt was fixed. The sparse index broke it for a few months.
I usually use
cargo upgrade -i allow --pinned --verbose
and that works just fine. What isn’t working for you?It was fixed.
The sparse index broke it for a few months.