From 3f2b0b5fd2b4d5209f41944f6b7c590036e403e1 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Thu, 29 Aug 2024 21:03:21 +0400 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8ce3ee..614cbe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -886,7 +886,7 @@ dependencies = [ [[package]] name = "tokio-gemini" -version = "0.5.0" +version = "0.5.1" dependencies = [ "async-trait", "base16ct", diff --git a/Cargo.toml b/Cargo.toml index 0e69225..31c2710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-gemini" -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "Apache-2.0" homepage = "https://unw.dc09.ru"