Skip to content

Commit

Permalink
Update textwrap to 0.16.0 (#4437)
Browse files Browse the repository at this point in the history
  • Loading branch information
trink authored Oct 23, 2022
1 parent ce469ab commit 801984c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
29 changes: 25 additions & 4 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 helix-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ encoding_rs = "0.8"
chrono = { version = "0.4", default-features = false, features = ["alloc", "std"] }

etcetera = "0.4"
textwrap = "0.15.1"
textwrap = "0.16.0"

[dev-dependencies]
quickcheck = { version = "1", default-features = false }

0 comments on commit 801984c

Please sign in to comment.