From bd14485ca796a4026fb404b9b56c61a83c13284a Mon Sep 17 00:00:00 2001 From: Andy Lok Date: Tue, 21 Nov 2023 16:54:09 +0800 Subject: [PATCH] chore: bump version 0.3.0 (#434) Signed-off-by: Andy Lok --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e5970c9..0aab2b03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tikv-client" -version = "0.2.0" +version = "0.3.0" keywords = ["TiKV", "KV", "distributed-systems"] license = "Apache-2.0" authors = ["The TiKV Project Authors"] diff --git a/README.md b/README.md index 6f41a99b..f69eef2d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The TiKV client is a Rust library (crate). To use this crate in your project, ad ```toml [dependencies] -tikv-client = "0.2.0" +tikv-client = "0.3" ``` ### Prerequisites