From 814c5e8e7ab06a521bbf402efccf891821748969 Mon Sep 17 00:00:00 2001 From: Fankai Liu Date: Sat, 18 Nov 2023 23:09:31 +0800 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 793d3d8..704ded0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,7 +807,7 @@ checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" [[package]] name = "salvo-cli" -version = "0.1.23" +version = "0.1.24" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0d30c20..5e19994 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "salvo-cli" -version = "0.1.23" +version = "0.1.24" edition = "2021" authors = ["Fankai Liu liufankai137@outlook.com","mrxiaozhuox mrxzx.info@gmail.com"] keywords = ["salvo", "cli","template"] diff --git a/src/main.rs b/src/main.rs index 3335dec..82d9b8e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,7 +6,7 @@ use i18n::set_locale; mod i18n; rust_i18n::i18n!("locales", fallback = "en"); #[derive(Parser, Debug)] -#[clap(version = "0.1.23", author = "Fankai liu ")] +#[clap(version = "0.1.24", author = "Fankai liu ")] struct Opts { #[clap(subcommand)] subcmd: SubCommand,