Skip to content

Commit 3ce7fc1

Browse files
committed
chore: release v1.20.1
1 parent e0a9167 commit 3ce7fc1

File tree

2 files changed

+40
-29
lines changed

2 files changed

+40
-29
lines changed

Cargo.lock

Lines changed: 38 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "argc"
3-
version = "1.20.0"
3+
version = "1.20.1"
44
edition = "2021"
55
authors = ["sigoden <[email protected]>"]
66
description = "A bash cli framework, also a bash-based command runner"
@@ -64,7 +64,7 @@ path-absolutize = { version = "3.1.1", optional = true }
6464
insta = "1.30"
6565
assert_cmd = "2"
6666
assert_fs = "1"
67-
rstest = "0.21"
67+
rstest = "0.22"
6868
predicates = "3"
6969

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

0 commit comments

Comments
 (0)