feat: release v1.8.0

This commit is contained in:
Cyrix126 2025-02-08 15:34:51 +01:00
parent 498fb82bfb
commit 4d4bcd689f
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -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",

View file

@ -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"