summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-10-20 20:18:50 +0200
committerCanop <cano.petrole@gmail.com>2021-10-20 20:18:50 +0200
commit5e45e2c27d0d5f88831e568cc88f69141e240a1f (patch)
tree50bad7ad30624ba3cf7b813e3bc96dc488591c27 /Cargo.toml
parent21e4e12ab670b0c585e062c3f4178906a7315d47 (diff)
remove direct import of minimad crate
because there's some bug I don't understand in crate resolution in the last versions of rust
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a28543e..84e5eb6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.6.5-dev"
+version = "1.6.5"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -39,7 +39,6 @@ id-arena = "2.2.1"
image = "0.23.14"
lazy-regex = "2.2.2"
libc = "0.2"
-minimad = "0.9.0"
once_cell = "1.7"
open = "2.0"
memmap = "0.7"