From 37afd7931eac8f5fd9472e442aa5a2f4f3746641 Mon Sep 17 00:00:00 2001 From: kawaemon Date: Sun, 5 Feb 2023 13:57:21 +0900 Subject: [PATCH] chore: release 2023.2.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c414fa..aaaff4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2462,7 +2462,7 @@ checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70" [[package]] name = "rusty-ponyo" -version = "0.9.0" +version = "2023.2.5" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e59c58a..95d6a99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-ponyo" -version = "0.9.0" +version = "2023.2.5" authors = ["kawaemon <34652535+kawaemon@users.noreply.github.com>"] edition = "2021"