Skip to content

Commit

Permalink
Mention upgrade, fix rust-lang#514 (rust-lang#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Nov 10, 2022
1 parent e62abb4 commit e378be7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ $ binstall \
--pkg-fmt="txz" crate_name
```

## Upgrade installed crates

The most ergonomic way to upgrade the installed crates is with [`cargo-update`](https://github.com/nabijaczleweli/cargo-update). `cargo-update` automatically uses `cargo-binstall` to install the updates if `cargo-binstall` is present.

Supported crates such as `cargo-binstall` itself can also be updated with `cargo-binstall` as in the example in [Installation](#installation) above.

## FAQ

- Why use this?
Expand Down

0 comments on commit e378be7

Please sign in to comment.