Skip to content

Commit

Permalink
docs: update cargo-edit link in the installation section
Browse files Browse the repository at this point in the history
The project `cargo-add` has been deprecated in favor of `cargo-edit`: https://github.com/withoutboats/cargo-add
  • Loading branch information
jesusprubio authored Jan 13, 2021
1 parent ac19c66 commit 684ab18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ using Rust's familiar stdlib API.

## Installation

With [cargo add][cargo-add] installed run:
With [cargo-edit](https://github.com/killercup/cargo-edit) installed run:

```sh
$ cargo add async-std
Expand Down

0 comments on commit 684ab18

Please sign in to comment.