From 7a315afc1aca515c6f56dd05f1e4b5bb57d9d3a7 Mon Sep 17 00:00:00 2001 From: Vasili Novikov Date: Thu, 17 Feb 2022 11:18:15 +0100 Subject: [PATCH] Fix CHANGELOG for structopt migration --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a5d078c837..51e628e2bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -257,7 +257,7 @@ fn verify_app() { 1. Add CLI tests, `-h` and `--help` output at a minimum (recommendation: [trycmd](https://docs.rs/trycmd/) for snapshot testing) -2. Replace your dependency from `structopt = "..."` to `clap = { version = "3.0", features = "derive" }` +2. Replace your dependency from `structopt = "..."` to `clap = { version = "3.0", features = ["derive"] }` 1. *If you use `no-default-features`:* add the `std` feature 3. Resolve compiler errors, including 1. Update your `use` statements from `structopt` and `structopt::clap` to `clap`