Skip to content

Commit

Permalink
chore: release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jul 3, 2023
1 parent 692b086 commit e10f9ef
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 57 deletions.
108 changes: 55 additions & 53 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argc"
version = "1.6.0"
version = "1.7.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "An elegant command-line options, arguments and sub-commands parser for bash."
Expand All @@ -14,7 +14,7 @@ keywords = ["command-line", "shell-script", "argument-parser"]
[dependencies]
anyhow = "1"
convert_case = "0.6"
indexmap = "1.9"
indexmap = "2"
nom = "7.1"
either = "1.8"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -32,8 +32,8 @@ base64 = "0.21.2"
insta = "1.30"
assert_cmd = "2"
assert_fs = "1"
rstest = "0.15"
predicates = "2"
rstest = "0.17"
predicates = "3"

[target.'cfg(unix)'.dev-dependencies]
libc = "0.2"
Expand Down

0 comments on commit e10f9ef

Please sign in to comment.