summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-14 21:03:50 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-14 21:03:57 +0100
commita872b1fc7fbd0f3baf7448503d1603e8aa1aa876 (patch)
tree10f8feb498445d4bde5900d23f4cb8a7b155df52
parent041b25f2ec5c28fea1d2f81177a344ee0b74c32d (diff)
Pin flexi_logger to be compatible with the cursive crate
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"