From 0f4985c4d2aa0b43747cf3ed4ac4dc420f86aaa1 Mon Sep 17 00:00:00 2001 From: Henry Date: Sat, 19 Jan 2019 18:04:39 +0100 Subject: [PATCH] Bump `bear-lib-terminal` version There is a new major release of `bear-lib-terminal` which I think was motivated by a small (but technically breaking) change I requested (). Anyway, just bumping the version to 2.0 seems to work alright. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06156f5..6ef2371 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ version = "1.0" [dependencies.bear-lib-terminal] optional = true -version = "1.4" +version = "2.0" [dependencies.ncurses] features = ["wide"]