Update to CLAP 1.1.8

This commit is contained in:
Robbert van der Helm
2023-04-22 16:09:37 +02:00
parent a7e4e8b31e
commit 841fe2424c
6 changed files with 16 additions and 9 deletions

View File

@@ -81,7 +81,8 @@ atomic_refcell = "0.1"
backtrace = "0.3.65"
bitflags = "1.3"
cfg-if = "1.0"
clap-sys = "0.3"
# This supports CLAP 1.1.8
clap-sys = { git = "https://github.com/robbert-vdh/clap-sys.git", branch = "feature/cstr-macro" }
crossbeam = "0.8"
lazy_static = "1.4"
log = { version = "0.4", features = ["std", "release_max_level_info"] }