Skip to content

Commit

Permalink
Ver up
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Jul 4, 2022
1 parent 2982f64 commit 7c51a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The complete code can be found [here](./examples/spanner-admin).
Cargo.toml:
```toml
[dependencies]
gcloud-sdk = { version = "0.8", features = ["google-spanner-admin-database-v1"] }
gcloud-sdk = { version = "0.9", features = ["google-spanner-admin-database-v1"] }
tonic = { version = "0.7", features = ["tls"] }
prost = "0.10"
prost-types = "0.10"
Expand Down Expand Up @@ -88,4 +88,4 @@ or [MIT license](./LICENSE-MIT) at your option.

## Authors
- [mechiru](https://github.com/mechiru) - the original project
- Abdulla Abdurakhmanov - updated for recent deps, introduced caching client implementation, merged with gouth.
- Abdulla Abdurakhmanov - updated for recent deps, introduced caching client implementation, merged/refactorings with gouth.

0 comments on commit 7c51a29

Please sign in to comment.