diff --git a/Cargo.lock b/Cargo.lock index c214907f..c28ea74f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "argc" -version = "1.14.0" +version = "1.15.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index e02af109..8251a0ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "argc" -version = "1.14.0" +version = "1.15.0" edition = "2021" authors = ["sigoden "] -description = "An elegant command-line options, arguments and sub-commands parser for bash." +description = "An elegant command-line options, arguments and sub-commands parser." license = "MIT OR Apache-2.0" homepage = "https://github.com/sigoden/argc" repository = "https://github.com/sigoden/argc"