This commit is contained in:
Timon Post 2020-10-29 17:46:44 +01:00
parent 901070f138
commit f85105c284
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 0.18.2
- Fix panic when only setting bold and redirecting stdout.
- Use `tty_fd` for set/get terminal attributes
# Version 0.18.1 # Version 0.18.1
- Fix enabling ANSI support when stdout is redirected - Fix enabling ANSI support when stdout is redirected
- Update crossterm-winapi to 0.6.2 - Update crossterm-winapi to 0.6.2

View File

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