Skip to content

Commit

Permalink
Gcloud sdk v0.16.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Jul 21, 2022
1 parent 1231ef5 commit 3a7c2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firestore"
version = "0.3.0"
version = "0.4.0"
authors = ["Abdulla Abdurakhmanov <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -22,7 +22,7 @@ path = "src/lib.rs"

[dependencies]
tracing = "0.1"
gcloud-sdk = { version = "0.15", features = ["google-firestore-v1"] }
gcloud-sdk = { version = "0.16", features = ["google-firestore-v1"] }
tonic = { version = "0.7", features = ["tls"] }
hyper = { version ="0.14", features = ["full"] }
convert_case = "0.4"
Expand Down

0 comments on commit 3a7c2f5

Please sign in to comment.