diff options
author | Mike Trinkala | 2022-10-23 23:02:58 +0000 |
---|---|---|
committer | GitHub | 2022-10-23 23:02:58 +0000 |
commit | 801984c7fc2cd3f4072f1bdf42c5fbfe1a634348 (patch) | |
tree | 3e6ae4f09d5db212e0aae60b07f6d0e845cd341b /helix-core | |
parent | ce469abfe2e99b5156c948bff27aaec3fbff7a6e (diff) |
Update textwrap to 0.16.0 (#4437)
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 4eaadd1e..7585c347 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -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 } |