Skip to content

Commit 7a315af

Browse files
committed
Fix CHANGELOG for structopt migration
1 parent db9b181 commit 7a315af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ fn verify_app() {
257257
<a name="migrate-structopt"></a>
258258

259259
1. Add CLI tests, `-h` and `--help` output at a minimum (recommendation: [trycmd](https://docs.rs/trycmd/) for snapshot testing)
260-
2. Replace your dependency from `structopt = "..."` to `clap = { version = "3.0", features = "derive" }`
260+
2. Replace your dependency from `structopt = "..."` to `clap = { version = "3.0", features = ["derive"] }`
261261
1. *If you use `no-default-features`:* add the `std` feature
262262
3. Resolve compiler errors, including
263263
1. Update your `use` statements from `structopt` and `structopt::clap` to `clap`

0 commit comments

Comments
 (0)