Skip to content

Commit

Permalink
chore: update to 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
liufuyang committed Dec 4, 2024
1 parent 81e4ebe commit 1f1d7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You can use the library as follows:

```toml
[dependencies]
bigtable_rs = "0.2.15"
bigtable_rs = "0.2.16"
tokio = { version = "1.0", features = ["rt-multi-thread"] }
env_logger = "0.11.1"
```
Expand Down
2 changes: 1 addition & 1 deletion bigtable_rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bigtable_rs"
description = "A very simple Google Bigtable client lib in Rust"
version = "0.2.15"
version = "0.2.16"
authors = ["Fuyang Liu <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 1f1d7aa

Please sign in to comment.