diff --git a/Cargo.toml b/Cargo.toml index 004e831..60e0f8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,6 @@ pre-release-replacements = [ {file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}", min=1}, {file="CHANGELOG.md", search="", replace="\n## [Unreleased] - ReleaseDate\n", exactly=1}, {file="CHANGELOG.md", search="", replace="\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] diff --git a/README.md b/README.md index dc5e34c..aa34475 100644 --- a/README.md +++ b/README.md @@ -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