From 02b43bd42a4e5a6a62e5e0c24c5ccde9f509311f Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:03:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fe55df..0459bda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1717,7 +1717,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "wthrr" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b4d3b6f..73fbc17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wthrr" -version = "1.2.0" +version = "1.2.1" authors = ["Turiiya "] edition = "2021" license = "MIT"