From 5b22b096f1d2ec5e87782e367d00fd7de1a46c32 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Fri, 12 Jul 2024 13:34:36 +0200 Subject: [PATCH] chore: Release firestore version 0.43.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 798643f..10c0e6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firestore" -version = "0.42.0" +version = "0.43.0" authors = ["Abdulla Abdurakhmanov "] edition = "2021" rust-version = "1.63"