From 8451013b23fa7c15f75e59e50eaef6a7744c9c27 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:56:56 +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 bb705a7..efcd2c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "cull-gmail" -version = "0.1.5" +version = "0.1.6" dependencies = [ "assert_cmd", "assert_fs", diff --git a/README.md b/README.md index 29e7c79..4c06791 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ Add the library to your `Cargo.toml`: ```toml [dependencies] -cull-gmail = "0.1.5" +cull-gmail = "0.1.6" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ``` diff --git a/crates/cull-gmail/Cargo.toml b/crates/cull-gmail/Cargo.toml index 1d57008..def114b 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.5" +version = "0.1.6" 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 29e7c79..4c06791 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.5" +cull-gmail = "0.1.6" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ``` diff --git a/docs/lib.md b/docs/lib.md index e4ff7e3..4b5dd83 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.5" +cull-gmail = "0.1.6" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } ```