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…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.