From bd8ca654ff6d8fbe2b620c2d996da4774a58a309 Mon Sep 17 00:00:00 2001 From: sigoden Date: Mon, 5 Jun 2023 10:09:45 +0800 Subject: [PATCH] chore: release v1.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 874e8dbe..cf099d6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" [[package]] name = "argc" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index a94cb156..55c6bf8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "argc" -version = "1.2.0" +version = "1.3.0" edition = "2021" authors = ["sigoden "] description = "An elegant command-line options, arguments and sub-commands parser for bash."