Skip to content

Commit

Permalink
Update clap to 4.3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Oct 30, 2023
1 parent cb6eab6 commit 306adbc
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 40 deletions.
138 changes: 99 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ default-features = false
features = ["std"]

[dependencies.clap]
version = "4.0,<4.0.27" # Avoid windows-sys dependency.
version = "4.0,<4.4" # Avoid MSRV bump to 1.70.
features = ["cargo", "derive"]

[target.'cfg(windows)'.dependencies.curl-sys]
Expand Down Expand Up @@ -135,6 +135,7 @@ cc = "1.0.46"
itertools = "0.11"
make-cmd = "0.1"
target = "2.0"
syn = { version = "1", features = ["full"] } # git-version fails to parse inner macros without this.

[build-dependencies.rustflags]
version = "0.1"
Expand Down

0 comments on commit 306adbc

Please sign in to comment.