From 3238cf8cc4d6a1f7539063545d77bba18c5166c4 Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Fri, 3 Jan 2025 18:54:51 +0100 Subject: [PATCH] feat: pre-release 1.7.0-rc3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5540cd1..cb198ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2029,7 +2029,7 @@ dependencies = [ [[package]] name = "gupaxx" -version = "1.7.0-rc2" +version = "1.7.0-rc3" dependencies = [ "anyhow", "benri", diff --git a/Cargo.toml b/Cargo.toml index b975b64..45975d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ cargo-features = ["profile-rustflags", "codegen-backend"] [package] name = "gupaxx" -version = "1.7.0-rc2" +version = "1.7.0-rc3" authors = ["cyrix126 "] description = "Fork of Gupax integrating the XMRvsBeast Raffle " documentation = "https://github.com/cyrix126/gupaxx"