Bump crossterm to 0.27 in helix-term on macos

This commit is contained in:
Michael Davis 2023-08-22 09:49:13 -05:00 committed by Blaž Hrastnik
parent c3442f3a18
commit e8fef6b6fc

View File

@ -71,7 +71,7 @@ signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
libc = "0.2.147"
[target.'cfg(target_os = "macos")'.dependencies]
crossterm = { version = "0.26", features = ["event-stream", "use-dev-tty"] }
crossterm = { version = "0.27", features = ["event-stream", "use-dev-tty"] }
[build-dependencies]
helix-loader = { version = "0.6", path = "../helix-loader" }