feat: pre-release v1.7.0-rc2

This commit is contained in:
Cyrix126 2025-01-03 17:57:27 +01:00
parent 01b1f0e41b
commit 06839cadc3
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -2029,7 +2029,7 @@ dependencies = [
[[package]]
name = "gupaxx"
version = "1.7.0-rc1"
version = "1.7.0-rc2"
dependencies = [
"anyhow",
"benri",
@ -5826,9 +5826,9 @@ dependencies = [
[[package]]
name = "winnow"
version = "0.6.21"
version = "0.6.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6f5bb5257f2407a5425c6e749bfd9692192a73e70a6060516ac04f889087d68"
checksum = "39281189af81c07ec09db316b302a3e67bf9bd7cbf6c820b50e35fee9c2fa980"
dependencies = [
"memchr",
]

View file

@ -1,7 +1,7 @@
cargo-features = ["profile-rustflags", "codegen-backend"]
[package]
name = "gupaxx"
version = "1.7.0-rc1"
version = "1.7.0-rc2"
authors = ["cyrix126 <gupaxx@baermail.fr>"]
description = "Fork of Gupax integrating the XMRvsBeast Raffle "
documentation = "https://github.com/cyrix126/gupaxx"