Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ And then use it with
$ mdbook --help
```

## Cargo Extensions

As an example of extending Cargo, you can use the [`cargo-update`](https://crates.io/crates/cargo-update)
package. To install it:

```console
$ cargo install cargo-update
```

This will allow you to use this command, which checks everything you've `cargo install`'d and
updates it to the latest version:

```console
$ cargo install-update -a
```
This will allow you to use `cargo install-update -a` command, which checks everything you've `cargo install`'d and
updates it to the latest version.