From d7ddc49faa827e9bdc51982ac4ee3ada792b8ade Mon Sep 17 00:00:00 2001 From: bouzuya Date: Wed, 13 Mar 2024 22:11:15 +0900 Subject: [PATCH] 0.9.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b18af5a..fad43b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "firestore-path" -version = "0.9.4" +version = "0.9.5" dependencies = [ "anyhow", "google-api-proto", diff --git a/Cargo.toml b/Cargo.toml index b1e1034..677e0f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firestore-path" -version = "0.9.4" +version = "0.9.5" authors = ["bouzuya "] description = "A Firestore path helper" edition = "2021"