Skip to content

Commit 1af259f

Browse files
committed
Release 0.26.1
1 parent e065a56 commit 1af259f

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Version 0.26.1
2+
3+
## Added ⭐
4+
- Add synchronized output/update control (#756)
5+
- Add kitty report alternate keys functionality (#754)
6+
- Updates dev dependencies.
7+
8+
## Fixed 🐛
9+
- Fix icorrect return in kitty keyboard enhancement check (#751)
10+
- Fix panic when using `use-dev-tty` feature flag (#762)
11+
112
# Version 0.26.0
213
## Added ⭐
314

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crossterm"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
authors = ["T. Post"]
55
description = "A crossplatform terminal library for manipulating terminals."
66
repository = "https://github.com/crossterm-rs/crossterm"
@@ -66,10 +66,10 @@ signal-hook-mio = { version = "0.2.3", features = ["support-v0_8"] }
6666
# Dev dependencies (examples, ...)
6767
#
6868
[dev-dependencies]
69-
tokio = { version = "1.16", features = ["full"] }
69+
tokio = { version = "1.25", features = ["full"] }
7070
futures = "0.3"
7171
futures-timer = "3.0"
72-
async-std = "1.10"
72+
async-std = "1.12"
7373
serde_json = "1.0"
7474

7575
#

0 commit comments

Comments
 (0)