summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-07-16 13:26:42 +0200
committerCanop <cano.petrole@gmail.com>2023-07-16 13:26:42 +0200
commitf3f2d7a14c56c25f8ef6212e49f05b4047c0f7ba (patch)
treeb52ee37f2721b5558b9e4f6511dc7606b83ae552 /Cargo.toml
parent180abce49dd55cb101a717732a235ea5cb2b4c2e (diff)
improve help with clap-help 0.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 38a62a2..478ba54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.24.0"
+version = "1.24.1-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.1.0"
+clap-help = "0.3.0"
cli-log = "2.0"
crokey = "0.4.3"
crossbeam = "=0.8"
@@ -107,6 +107,7 @@ harness = false
[patch.crates-io]
# bet = { path = "../bet" }
# crokey = { path = "../crokey" }
+# clap-help = { path = "../clap-help" }
# cli-log = { path = "../cli-log" }
# crossterm = { path = "../crossterm-rs/crossterm" }
# deser-hjson = { path = "../deser-hjson" }