-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gcloud SDK v0.25.6 support and new options support for Find Nearest s…
…earch (#189) * Gcloud SDK v0.25.6 support and new options support for Find Nearest search * Clippy fixes
- Loading branch information
Showing
5 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "firestore" | |
version = "0.43.0" | ||
authors = ["Abdulla Abdurakhmanov <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.63" | ||
rust-version = "1.64" | ||
license = "Apache-2.0" | ||
description = "Library provides a simple API for Google Firestore and own Serde serializer based on efficient gRPC API" | ||
homepage = "https://github.com/abdolence/firestore-rs" | ||
|
@@ -31,7 +31,7 @@ tls-webpki-roots = ["gcloud-sdk/tls-webpki-roots"] | |
|
||
[dependencies] | ||
tracing = "0.1" | ||
gcloud-sdk = { version = "0.25", default-features = false, features = ["google-firestore-v1"] } | ||
gcloud-sdk = { version = "0.25.6", default-features = false, features = ["google-firestore-v1"] } | ||
hyper = { version = "1" } | ||
struct-path = "0.2" | ||
rvstruct = "0.3.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters