diff options
author | Blaž Hrastnik | 2021-10-19 14:57:22 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-10-19 14:58:51 +0000 |
commit | 9688cb74a1e931edfa625cd28a828e728fcea675 (patch) | |
tree | f63552a895088623f1bec9e3d802cdb55c0f41f7 /helix-tui | |
parent | 67829976faca1c2fdeb3964c25cb35bc41f0b8df (diff) |
Update dependencies to bump crossterm to 0.22.1
Fixes #825
Fixes #690
Diffstat (limited to 'helix-tui')
-rw-r--r-- | helix-tui/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-tui/Cargo.toml b/helix-tui/Cargo.toml index 80a772a4..2b42d299 100644 --- a/helix-tui/Cargo.toml +++ b/helix-tui/Cargo.toml @@ -19,7 +19,7 @@ default = ["crossterm"] bitflags = "1.3" cassowary = "0.3" unicode-segmentation = "1.8" -crossterm = { version = "0.21", optional = true } +crossterm = { version = "0.22", optional = true } serde = { version = "1", "optional" = true, features = ["derive"]} helix-view = { version = "0.4", path = "../helix-view", features = ["term"] } helix-core = { version = "0.4", path = "../helix-core" } |