|
5 | 5 |
|
6 | 6 | [](https://crates.io/crates/clap) |
7 | 7 | [](https://crates.io/crates/clap) |
8 | | -[](https://github.com/clap-rs/clap/blob/v3.0.3/LICENSE-APACHE) |
9 | | -[](https://github.com/clap-rs/clap/blob/v3.0.3/LICENSE-MIT) |
| 8 | +[](https://github.com/clap-rs/clap/blob/v3.0.4/LICENSE-APACHE) |
| 9 | +[](https://github.com/clap-rs/clap/blob/v3.0.4/LICENSE-MIT) |
10 | 10 | [](https://github.com/clap-rs/clap/actions/workflows/ci.yml?query=branch%3Astaging) |
11 | 11 | [](https://coveralls.io/github/clap-rs/clap?branch=master) |
12 | 12 | [](https://github.com/clap-rs/clap/graphs/contributors) |
13 | 13 |
|
14 | 14 | Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT). |
15 | 15 |
|
16 | 16 | 1. [About](#about) |
17 | | -2. Tutorial: [Builder API](https://github.com/clap-rs/clap/blob/v3.0.3/examples/tutorial_builder/README.md), [Derive API](https://github.com/clap-rs/clap/blob/v3.0.3/examples/tutorial_derive/README.md) |
18 | | -3. [Examples](https://github.com/clap-rs/clap/blob/v3.0.3/examples/README.md) |
| 17 | +2. Tutorial: [Builder API](https://github.com/clap-rs/clap/blob/v3.0.4/examples/tutorial_builder/README.md), [Derive API](https://github.com/clap-rs/clap/blob/v3.0.4/examples/tutorial_derive/README.md) |
| 18 | +3. [Examples](https://github.com/clap-rs/clap/blob/v3.0.4/examples/README.md) |
19 | 19 | 4. [API Reference](https://docs.rs/clap) |
20 | | - - [Derive Reference](https://github.com/clap-rs/clap/blob/v3.0.3/examples/derive_ref/README.md) |
| 20 | + - [Derive Reference](https://github.com/clap-rs/clap/blob/v3.0.4/examples/derive_ref/README.md) |
21 | 21 | - [Feature Flags](#feature-flags) |
22 | | -5. [CHANGELOG](https://github.com/clap-rs/clap/blob/v3.0.3/CHANGELOG.md) |
23 | | -6. [FAQ](https://github.com/clap-rs/clap/blob/v3.0.3/docs/FAQ.md) |
| 22 | +5. [CHANGELOG](https://github.com/clap-rs/clap/blob/v3.0.4/CHANGELOG.md) |
| 23 | +6. [FAQ](https://github.com/clap-rs/clap/blob/v3.0.4/docs/FAQ.md) |
24 | 24 | 7. [Questions & Discussions](https://github.com/clap-rs/clap/discussions) |
25 | | -8. [Contributing](https://github.com/clap-rs/clap/blob/v3.0.3/CONTRIBUTING.md) |
| 25 | +8. [Contributing](https://github.com/clap-rs/clap/blob/v3.0.4/CONTRIBUTING.md) |
26 | 26 | 8. [Sponsors](#sponsors) |
27 | 27 |
|
28 | 28 | ## About |
@@ -59,7 +59,7 @@ fn main() { |
59 | 59 | Add this to `Cargo.toml`: |
60 | 60 | ```toml |
61 | 61 | [dependencies] |
62 | | -clap = { version = "3.0.3", features = ["derive"] } |
| 62 | +clap = { version = "3.0.4", features = ["derive"] } |
63 | 63 | ``` |
64 | 64 | ```bash |
65 | 65 | $ demo --help |
|
0 commit comments