Skip to content

Commit

Permalink
chore: release v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Aug 17, 2024
1 parent e0a9167 commit 3ce7fc1
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 29 deletions.
65 changes: 38 additions & 27 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argc"
version = "1.20.0"
version = "1.20.1"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "A bash cli framework, also a bash-based command runner"
Expand Down Expand Up @@ -64,7 +64,7 @@ path-absolutize = { version = "3.1.1", optional = true }
insta = "1.30"
assert_cmd = "2"
assert_fs = "1"
rstest = "0.21"
rstest = "0.22"
predicates = "3"

[target.'cfg(unix)'.dev-dependencies]
Expand Down

0 comments on commit 3ce7fc1

Please sign in to comment.