Dessalines@lemmy.ml to Rust Programming@lemmy.ml · 5 months agoBenJeau/cargo-interactive-update: A cargo extension CLI tool to update your cargo direct dependencies interactively to the latest versiongithub.comexternal-linkmessage-square7linkfedilinkarrow-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 · 5 months agomessage-square7linkfedilinkcross-posted to: [email protected]
minus-squaretaladarlinkfedilinkarrow-up1·4 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·4 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.