Skip to content

Commit 49825fa

Browse files
committed
chore: release v1.21.1
1 parent 1b3c8a3 commit 49825fa

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Cargo.lock

Lines changed: 25 additions & 25 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.21.0"
3+
version = "1.21.1"
44
edition = "2021"
55
authors = ["sigoden <sigoden@gmail.com>"]
66
description = "A bash cli framework, also a bash-based command runner"
@@ -49,7 +49,7 @@ nom = "7.1"
4949
either = "1.8"
5050
serde = { version = "1.0", features = ["derive"] }
5151
serde_json = { version = "1.0", features = ["preserve_order"], optional = true }
52-
which = { version = "6.0", optional = true }
52+
which = { version = "7.0", optional = true }
5353
shell-words = "1.1"
5454
textwrap = { version = "0.16", optional = true }
5555
dirs = { version = "5.0", optional = true }

0 commit comments

Comments
 (0)