From b9427c1ae57fd09e8e002182a34e2b4fa65e7fa4 Mon Sep 17 00:00:00 2001 From: Raicuparta Date: Thu, 30 Nov 2023 14:43:10 +0100 Subject: [PATCH] version 0.1.28 --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index c55aee89..b4c91df2 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2645,7 +2645,7 @@ dependencies = [ [[package]] name = "rai-pal" -version = "0.1.27" +version = "0.1.28" dependencies = [ "async-trait", "byteorder", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1c75d888..911fefdf 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rai-pal" -version = "0.1.27" +version = "0.1.28" authors = ["Raicuparta"] license = "GPL-3.0-or-later" repository = "https://github.com/Raicuparta/rai-pal"