From 18aaa083e4fbedc4e72626cbbbd96eef22651c4a Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Sat, 7 Oct 2023 12:59:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9243163..ad60a75 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Library provides a simple API for Google Firestore based on the official gRPC AP Cargo.toml: ```toml [dependencies] -firestore = "0.36" +firestore = "0.37" ``` ## Examples