summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a72159d..3453202 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.8.5"
+version = "0.8.6"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
description = "Fuzzy Search + tree + cd"
@@ -24,11 +24,10 @@ glob = "0.3"
crossbeam = "0.7"
opener = "0.4"
crossterm = "0.9.6"
-termimad = "0.3.9"
+termimad = "0.4.0"
#termimad = { path = "../termimad" }
[target.'cfg(unix)'.dependencies]
-mimalloc = { version = "0.1.3", default-features = false }
users = "0.9"
[target.'cfg(windows)'.dependencies]