summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4ec13d2..7271f09 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.6.1-dev"
+version = "1.6.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -64,7 +64,7 @@ unicode-width = "0.1.8"
glassbench = "0.3.0"
[target.'cfg(unix)'.dependencies]
-lfs-core = "0.3.3"
+lfs-core = "0.3.4"
users = "0.11"
[target.'cfg(windows)'.dependencies]