From 299a93f1dc4b0295e075518ec178756081a18aac Mon Sep 17 00:00:00 2001 From: "Kevin K." Date: Sun, 1 Mar 2015 11:27:29 -0500 Subject: [PATCH] Update README.md Changed install instructions from pinned version to any via crates.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 179d0793..f6b7e11b 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Simply add `clap` as a dependecy in your `Cargo.toml` file: ``` [dependencies] - clap = "0.3.5" + clap = "*" ``` Or to simply track the latest version on the master branch: