chore: Release cull-gmail v{{version}}

This commit is contained in:
Jerus Bot
2026-03-14 07:07:12 +00:00
parent aa94e07a1f
commit bb0aae6d65
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "cull-gmail"
description = "Cull emails from a gmail account using the gmail API"
version = "0.1.6"
version = "0.1.7"
edition.workspace = true
authors.workspace = true
rust-version.workspace = true

View File

@@ -664,7 +664,7 @@ Add the library to your `Cargo.toml`:
```toml
[dependencies]
cull-gmail = "0.1.6"
cull-gmail = "0.1.7"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
```