Skip to content

Commit

Permalink
10.1.0 release (#101)
Browse files Browse the repository at this point in the history
* Version bump to v10.1.0

* clap version bump to stop fmt error
  • Loading branch information
s34m authored Oct 31, 2022
1 parent b9d93e2 commit 88e43a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
which_crate = { version = "4.1", package = "which" }
shellexpand = "2.1"
clap = { version = "4.0", features = ["cargo", "derive"] }
clap = { version = "4.0.18", features = ["cargo", "derive"] }
log = "0.4"
walkdir = "2.3"
console = "0.15"
Expand Down

0 comments on commit 88e43a1

Please sign in to comment.