From a872b1fc7fbd0f3baf7448503d1603e8aa1aa876 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 14 Jan 2021 21:03:50 +0100 Subject: Pin flexi_logger to be compatible with the cursive crate Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a60db3..ba1ced1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ cursive-tabs = "0.5" cursive_core = "0.1" cursive_table_view.git = "https://git.sr.ht/~matthiasbeyer/cursive_table_view" env_logger = "0.7" -flexi_logger = "*" +flexi_logger = "0.15" getset = "0.1" handlebars = "3" indoc = "1" -- cgit v1.2.3