From 87c1d280beb0453b37fee71342312dd1a403ff7f Mon Sep 17 00:00:00 2001 From: Fankai Liu Date: Tue, 24 Oct 2023 21:42:13 +0800 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77f2c87..a54286a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,7 +798,7 @@ checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" [[package]] name = "salvo-cli" -version = "0.1.10" +version = "0.1.11" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a96c1af..93fbd59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "salvo-cli" -version = "0.1.10" +version = "0.1.11" edition = "2021" authors = ["Fankai Liu liufankai137@outlook.com"] keywords = ["salvo", "cli","template"] diff --git a/README.md b/README.md index 22ee6d3..c30fb31 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ cargo install --force salvo-cli |✅|suport sqlite,pgsql,mysql| |✅|with seaorm template| |✅| better web site | -|| with diesel template| +|✅| with diesel template| || with Rbatis template| ## License This project is licensed under the MIT OR Apache-2.0 License.