From 48cc9fcc849249f32e988f3a38493fe9d3b5813c Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Wed, 11 Dec 2024 19:25:59 +0100 Subject: [PATCH] feat: pre-release 1.5.4-rc1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a20562..81ea33b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2018,7 +2018,7 @@ dependencies = [ [[package]] name = "gupaxx" -version = "1.5.3" +version = "1.5.4" dependencies = [ "anyhow", "benri", diff --git a/Cargo.toml b/Cargo.toml index e67c157..4cc9675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ cargo-features = ["profile-rustflags", "codegen-backend"] [package] name = "gupaxx" -version = "1.5.3" +version = "1.5.4" authors = ["cyrix126 "] description = "Fork of Gupax integrating the XMRvsBeast Raffle " documentation = "https://github.com/cyrix126/gupaxx"