Dessalines@lemmy.ml to Rust Programming@lemmy.ml · 1 month agoBenJeau/cargo-interactive-update: A cargo extension CLI tool to update your cargo direct dependencies interactively to the latest versiongithub.comexternal-linkmessage-square7fedilinkarrow-up112arrow-down11
arrow-up111arrow-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 · 1 month agomessage-square7fedilink
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up1·12 days 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·12 days 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.