Skip to content

Commit

Permalink
Bump clap to version 4 (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackman committed May 16, 2023
1 parent 39d7e2f commit 637010e
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
rust:
- stable
- 1.60.0 # MSRV
- 1.64.0 # MSRV
- nightly

steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -26,7 +26,7 @@ serde_json = "1.0"
serde_derive = "1.0"
ciborium = "0.2.0"
is-terminal = "0.4.6"
clap = { version = "3.1", default-features = false, features = ["std"] }
clap = { version = "4", default-features = false, features = ["std"] }
walkdir = "2.3"
tinytemplate = "1.1"
cast = "0.3"
Expand Down

0 comments on commit 637010e

Please sign in to comment.