From 7d27dd97c2a5ca47996c80aa00de507950e468fd Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+tobealive@users.noreply.github.com> Date: Sun, 12 Mar 2023 14:06:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.0.0-rc.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 a5f6562..2f91105 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1566,7 +1566,7 @@ dependencies = [ [[package]] name = "wthrr" -version = "1.0.0-rc" +version = "1.0.0-rc.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d3954e4..4b67434 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wthrr" -version = "1.0.0-rc" +version = "1.0.0-rc.1" authors = ["Turiiya "] edition = "2021" license = "MIT"