diff --git a/README.md b/README.md index 24810be..0054c33 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ You can use the library as follows: ```toml [dependencies] -bigtable_rs = "0.2.11" +bigtable_rs = "0.2.12" 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 15ac150..2f846b6 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.11" +version = "0.2.12" authors = ["Fuyang Liu "] edition = "2021" license = "MIT"