From 3f99b5543fcbf2b189f494f68b583daa08ea7574 Mon Sep 17 00:00:00 2001 From: bouzuya Date: Thu, 29 Feb 2024 07:05:08 +0900 Subject: [PATCH] 0.9.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32eeb86..c48bb52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "firestore-path" -version = "0.9.2" +version = "0.9.3" dependencies = [ "anyhow", "google-api-proto", diff --git a/Cargo.toml b/Cargo.toml index 79ccfa3..fe3d2a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firestore-path" -version = "0.9.2" +version = "0.9.3" authors = ["bouzuya "] description = "A Firestore path helper" edition = "2021"