This commit is contained in:
Timon Post 2020-04-09 20:11:25 +02:00
parent 1dd20f3ada
commit b7c73aec22
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# Version 0.17.3
- Fix get terminal size mac os, this did not report the correct size.
# Version 0.17.2
- Windows unicode support

View File

@ -1,6 +1,6 @@
[package]
name = "crossterm"
version = "0.17.2"
version = "0.17.3"
authors = ["T. Post"]
description = "An crossplatform terminal library for manipulating terminals."
repository = "https://github.com/crossterm-rs/crossterm"