Skip to content

Commit

Permalink
textwrap 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jun 7, 2021
1 parent 2d3d120 commit e6b1119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Released on 07/06/2021
- Added `Color` and `InputType` to `PropValue`
- Removed `value` from `Props`
- Added `own`: key-value storage (`HashMap<&'static str, PropPayload>`) to store any value into properties.
- Dependencies:
- `textwrap` 0.14.0

## 0.3.2

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/veeso/tui-realm"
[dependencies]
tui = { version = "0.15.0", default-features = false, features = ["crossterm"] }
crossterm = { version = "0.19" }
textwrap = { version = "0.13.4", optional = true }
textwrap = { version = "0.14.0", optional = true }
unicode-width = { version = "0.1.8", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit e6b1119

Please sign in to comment.