From 12dad77a69b3abeaf1141ab4a17aba1d39ca8d6e Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Fri, 6 Oct 2023 00:26:49 +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 2851efd..7bc4e2e 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.35" +firestore = "0.36" ``` ## Examples