🔧 chore(version): downgrade cull-gmail to version 0.0.0

- change version in Cargo.toml and Cargo.lock from 0.1.0 to 0.0.0 to reflect pre-release status
This commit is contained in:
Jeremiah Russell
2025-09-29 17:38:27 +01:00
committed by Jeremiah Russell
parent 1c352ca5d4
commit 06ac33662e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4,4 +4,4 @@ version = 4
[[package]] [[package]]
name = "cull-gmail" name = "cull-gmail"
version = "0.1.0" version = "0.0.0"

View File

@@ -2,7 +2,7 @@
name = "cull-gmail" name = "cull-gmail"
description = """Tool to assist in culling emails from a description = """Tool to assist in culling emails from a
gmail account using the gmail API""" gmail account using the gmail API"""
version = "0.1.0" version = "0.0.0"
authors = ["Jeremiah Russell <jrussell@jerus.ie>"] authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
edition = "2024" edition = "2024"
rust-version = "1.87" rust-version = "1.87"