From 4d4bcd689fd6eedfed1cd527323cc58f0313730c Mon Sep 17 00:00:00 2001 From: Cyrix126 <58007246+Cyrix126@users.noreply.github.com> Date: Sat, 8 Feb 2025 15:34:51 +0100 Subject: [PATCH] feat: release v1.8.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2489b3..d8d2387 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -831,9 +831,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.12" +version = "1.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2" +checksum = "c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda" dependencies = [ "jobserver", "libc", @@ -2042,7 +2042,7 @@ dependencies = [ [[package]] name = "gupaxx" -version = "1.8.0-rc1" +version = "1.8.0" dependencies = [ "anyhow", "benri", diff --git a/Cargo.toml b/Cargo.toml index 75fa869..7e2c25a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ cargo-features = ["profile-rustflags", "codegen-backend"] [package] name = "gupaxx" -version = "1.8.0-rc1" +version = "1.8.0" authors = ["cyrix126 <gupaxx@baermail.fr>"] description = "Fork of Gupax integrating the XMRvsBeast Raffle " documentation = "https://github.com/cyrix126/gupaxx"