RSSAmplifier

markentier.tech · Dec 24, 2023

Sticky Notes: cargo upgrade

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

While cargo already has most common commands integrated, one I miss from cargo-edit is cargo upgrade . It's super convenient if you want to bump all dependencies at once to the latest (in)compatible version. This is how to install just this single executable: cargo install cargo-edit \ --no-default-features \ -F upgrade,vendored-libgit2 \ --bin cargo-upgrade Notes: --no-default-features to avoid…

Read on markentier.tech

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.