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-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 · 1 month agomessage-square7fedilinkcross-posted to: [email protected]
minus-squaretaladarlinkfedilinkarrow-up1·8 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·8 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.