0.18.1
This commit is contained in:
parent
6730e4050a
commit
4d93f5e539
@ -1,3 +1,7 @@
|
||||
# Version 0.18.1
|
||||
- Fix enabling ANSI support when stdout is redirected
|
||||
- Update crossterm-winapi to 0.6.2
|
||||
|
||||
# Version 0.18.0
|
||||
- Fix get position bug
|
||||
- Fix windows 8 or lower write to user-given stdout instead of stdout.
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "crossterm"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
authors = ["T. Post"]
|
||||
description = "An crossplatform terminal library for manipulating terminals."
|
||||
repository = "https://github.com/crossterm-rs/crossterm"
|
||||
@ -47,7 +47,7 @@ version = "0.3.8"
|
||||
features = ["winuser"]
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
crossterm_winapi = "0.6.1"
|
||||
crossterm_winapi = "0.6.2"
|
||||
|
||||
#
|
||||
# UNIX dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user