From 6c33068d7f2d710f1ea6b08fc415b6bd8920a62f Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Sat, 12 Nov 2022 20:28:19 +0100 Subject: [PATCH] Ver up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7176854..66501dc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Library provides a simple API for Google Firestore based on the official gRPC AP Cargo.toml: ```toml [dependencies] -firestore = "0.15" +firestore = "0.16" ``` ## Examples