Skip to content

Commit

Permalink
docs: Remove Cargo.toml snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 16, 2024
1 parent 37f78e8 commit 6ac4f44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ pre-release-replacements = [
{file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}", min=1},
{file="CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", exactly=1},
{file="CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/crate-ci/clap-cargo/compare/{{tag_name}}...HEAD", exactly=1},
{file="README.md", search="clap-cargo = \"[0-9]+.[0-9]+.[0-9]+\"", replace="clap-cargo = \"{{version}}\"", exactly=1},
]

[features]
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@
![License](https://img.shields.io/crates/l/clap-cargo.svg)
[![Crates Status](https://img.shields.io/crates/v/clap-cargo.svg)][Crates.io]

## Install

Add to your `Cargo.toml`:

```toml
[dependencies]
clap-cargo = "0.14.0"
```

## Examples

```rust
Expand Down

0 comments on commit 6ac4f44

Please sign in to comment.