From f1b9df97e5d3a05767b1ad93bc69b42cd80d19af Mon Sep 17 00:00:00 2001 From: Shigure Kurosaki Date: Sat, 7 Dec 2024 16:01:22 +0800 Subject: [PATCH] fix: Version mismatch --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 314ef3c..c2e7b02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -796,7 +796,7 @@ dependencies = [ [[package]] name = "katharsis" -version = "1.0.0" +version = "1.0.0-canary.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 377ff25..2d9070b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "katharsis" -version = "1.0.0" +version = "1.0.0-canary.2" edition = "2021" description = "CLI tool for generating RSS feeds."