From d32d8960e572191060a24249a23924328a81428f Mon Sep 17 00:00:00 2001 From: Kurt Wolf Date: Tue, 18 Jun 2024 18:05:08 -0700 Subject: [PATCH] bump version patch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ab17b1..f2954f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gmail" edition = "2021" -version = "0.15.4" +version = "0.15.5" description = "A fluent library for the Gmail API, based on OpenAPI spec" homepage = "https://github.com/libninjacom/gmail-rs" documentation = "https://docs.rs/gmail"