From d1e9cd5e9b9a3825eceeae9b59c16cb46f301d0a Mon Sep 17 00:00:00 2001 From: Fuyang Liu Date: Sun, 14 Apr 2024 09:23:45 +0200 Subject: [PATCH] chore: release 0.2.10 --- README.md | 2 +- bigtable_rs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78a3370..79e75ec 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ You can use the library as follows: ```toml [dependencies] -bigtable_rs = "0.2.9" +bigtable_rs = "0.2.10" tokio = { version = "1.0", features = ["rt-multi-thread"] } env_logger = "0.11.1" ``` diff --git a/bigtable_rs/Cargo.toml b/bigtable_rs/Cargo.toml index 33a3294..ed7296a 100644 --- a/bigtable_rs/Cargo.toml +++ b/bigtable_rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bigtable_rs" description = "A very simple Google Bigtable client lib in Rust" -version = "0.2.9" +version = "0.2.10" authors = ["Fuyang Liu "] edition = "2021" license = "MIT"