mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
Update README.md
Changed install instructions from pinned version to any via crates.io
This commit is contained in:
parent
9923948f2d
commit
299a93f1dc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue