From 684ab185feaccb756a62628311fa3dd915683261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rubio?= Date: Wed, 13 Jan 2021 11:19:58 +0100 Subject: [PATCH] docs: update cargo-edit link in the installation section The project `cargo-add` has been deprecated in favor of `cargo-edit`: https://github.com/withoutboats/cargo-add --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e1b593d..39876bf7 100644 --- a/README.md +++ b/README.md @@ -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