From 34e8bb1f153bcd5f2e5d928670b2742a5c8af4b1 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sun, 5 Apr 2020 12:31:51 -0700 Subject: [PATCH] Update crossterm to 0.17 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3403d26..c5b6745 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,8 +74,7 @@ version = "1.5.3" [dependencies.crossterm] optional = true -git = "https://github.com/crossterm-rs/crossterm" -commit = "33b90c85c96e1452deb6e978ce06d9cb6f6da1a9" +version = "0.17" [target.'cfg(unix)'.dependencies] signal-hook = "0.1"