feat: release 1.5.1

This commit is contained in:
Cyrix126 2024-10-11 20:35:03 +02:00
parent 8d3c34b20f
commit de6656fba3

View file

@ -1,18 +1,18 @@
cargo-features = ["profile-rustflags"]
[package]
name = "gupaxx"
version = "1.5.0"
version = "1.5.1"
authors = ["cyrix126 <gupaxx@baermail.fr>"]
description = "Fork of Gupax integrating the XMRvsBeast Raffle "
documentation = "https://github.com/cyrix126/gupaxx"
edition = "2021"
[profile.release]
panic = "abort"
# panic = "abort"
lto = "fat"
codegen-units = 1
incremental = false
strip = "symbols"
# strip = "symbols"
rustflags = ["-Zlocation-detail=none"]
[profile.dev]