Skip to content

Commit

Permalink
fix: Require textwrap 0.16
Browse files Browse the repository at this point in the history
Version 0.15.1 was yanked because it should have been 0.16.

Fixes #4418.
  • Loading branch information
crepererum committed Oct 24, 2022
1 parent 9e3fa67 commit 4b0a892
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -90,7 +90,7 @@ bench = false
clap_derive = { path = "./clap_derive", version = "=3.2.18", optional = true }
clap_lex = { path = "./clap_lex", version = "0.2.2" }
bitflags = "1.2"
textwrap = { version = "0.15.1", default-features = false, features = [] }
textwrap = { version = "0.16", default-features = false, features = [] }
unicase = { version = "2.6", optional = true }
indexmap = "1.0"
strsim = { version = "0.10", optional = true }
Expand Down

0 comments on commit 4b0a892

Please sign in to comment.