From 06ac33662e1f02f5bae0760c0adaa9bf577fb879 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 29 Sep 2025 17:38:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(version):=20downgrade=20cu?= =?UTF-8?q?ll-gmail=20to=20version=200.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - change version in Cargo.toml and Cargo.lock from 0.1.0 to 0.0.0 to reflect pre-release status --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8085642..0ac50be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "cull-gmail" -version = "0.1.0" +version = "0.0.0" diff --git a/Cargo.toml b/Cargo.toml index 74f6925..5f47bd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cull-gmail" description = """Tool to assist in culling emails from a gmail account using the gmail API""" -version = "0.1.0" +version = "0.0.0" authors = ["Jeremiah Russell "] edition = "2024" rust-version = "1.87"