Skip to content

Commit

Permalink
Bump crossterm to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meain committed Jul 5, 2022
1 parent cc859b6 commit 5431651
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 39 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
### Fixed
- Fix rendering issues in Windows from [meain](https://gitHub.com/meain)

## [0.22.0] - 2022-06-12
### Added
Expand Down
127 changes: 90 additions & 37 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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap = "2.33.*"
version_check = "0.9.*"

[dependencies]
crossterm = { version = "0.21.0", features = ["serde"]}
crossterm = { version = "0.24.0", features = ["serde"]}
dirs = "3.0.*"
libc = "0.2.*"
human-sort = "0.2.2"
Expand Down
Loading

0 comments on commit 5431651

Please sign in to comment.