From 27c5a7d152ef5cb74714e0fa5c3865b249f18c65 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:52:27 +0000 Subject: [PATCH] chore: Release cull-gmail v{{version}} --- Cargo.lock | 2 +- README.md | 2 +- crates/cull-gmail/Cargo.toml | 2 +- crates/cull-gmail/README.md | 2 +- docs/lib.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68bcc0f..bb705a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "cull-gmail" -version = "0.1.4" +version = "0.1.5" dependencies = [ "assert_cmd", "assert_fs", diff --git a/README.md b/README.md index 00c5320..29e7c79 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ Add the library to your `Cargo.toml`: ```toml [dependencies] -cull-gmail = "0.1.4" +cull-gmail = "0.1.5" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ``` diff --git a/crates/cull-gmail/Cargo.toml b/crates/cull-gmail/Cargo.toml index c44e824..1d57008 100644 --- a/crates/cull-gmail/Cargo.toml +++ b/crates/cull-gmail/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cull-gmail" description = "Cull emails from a gmail account using the gmail API" -version = "0.1.4" +version = "0.1.5" edition.workspace = true authors.workspace = true rust-version.workspace = true diff --git a/crates/cull-gmail/README.md b/crates/cull-gmail/README.md index 00c5320..29e7c79 100644 --- a/crates/cull-gmail/README.md +++ b/crates/cull-gmail/README.md @@ -664,7 +664,7 @@ Add the library to your `Cargo.toml`: ```toml [dependencies] -cull-gmail = "0.1.4" +cull-gmail = "0.1.5" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ``` diff --git a/docs/lib.md b/docs/lib.md index ac89123..e4ff7e3 100644 --- a/docs/lib.md +++ b/docs/lib.md @@ -8,7 +8,7 @@ Add the library to your `Cargo.toml`: ```toml [dependencies] -cull-gmail = "0.1.4" +cull-gmail = "0.1.5" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ```