summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-08-02 23:23:11 +0200
committerCanop <cano.petrole@gmail.com>2023-08-02 23:23:11 +0200
commit7aa4dd924a115380ab163ebbe76c051a6ab118ff (patch)
tree6f8adf372b91a7aeedc612e73ae4b84c12af8b24 /Cargo.toml
parent2d65e7c3df367604d4710b8095514829f7a49165 (diff)
--help prettier on super wide terminals
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 f6e1e13..a6412c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.24.2"
+version = "1.24.3-dev"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"
@@ -28,7 +28,7 @@ bet = "1.0.2"
char_reader = "0.1"
chrono = "0.4"
clap = { version = "4.3", features = ["derive", "cargo"] }
-clap-help = "0.4.0"
+clap-help = "0.6.1"
cli-log = "2.0"
crokey = "0.4.3"
crossbeam = "=0.8"