From c2294766897be75a9f63ea639c43dfafd28ccf28 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Thu, 13 Jun 2024 20:27:06 +0200 Subject: [PATCH] chore: Release firestore version 0.42.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38012b8..aa95851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firestore" -version = "0.41.1-alpha.0" +version = "0.42.0" authors = ["Abdulla Abdurakhmanov "] edition = "2021" rust-version = "1.63"