From 05bc98aa5fb4e95f58565e304e1eb89a981a1f6c Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Sun, 6 Oct 2024 17:49:29 +0200 Subject: [PATCH] feat: release 1.5.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d18a578..c19f531 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = "gupaxx" -version = "1.4.2" +version = "1.5.0" dependencies = [ "anyhow", "benri", @@ -3862,7 +3862,7 @@ dependencies = [ "paste", "regex", "seq-macro", - "windows 0.57.0", + "windows 0.58.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6b8d048..ea10c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ cargo-features = ["profile-rustflags"] [package] name = "gupaxx" -version = "1.4.2" +version = "1.5.0" authors = ["cyrix126 "] description = "Fork of Gupax integrating the XMRvsBeast Raffle " documentation = "https://github.com/cyrix126/gupaxx"