From 4a5e036b9453d650658fbe1c38659370e96ae590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rubio?= <jesusprubio@gmail.com> Date: Sat, 9 Jan 2021 17:30:05 +0100 Subject: [PATCH] Update 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 0e1b593d6..39876bf7b 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