From 1fde24b3db2160e1a9aa824d7a4a6c6bea748b35 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Sat, 24 Jan 2026 22:11:02 +0800 Subject: [PATCH] bump to 0.3.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46d6ddd..0fc3724 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "bichon" -version = "0.3.5" +version = "0.3.6" dependencies = [ "ahash", "async-imap", diff --git a/Cargo.toml b/Cargo.toml index 8cfc330..df051da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bichon" -version = "0.3.5" +version = "0.3.6" edition = "2021" [[bin]]