feat: release 1.5.1
Some checks failed
CI / ci (macos-12) (push) Waiting to run
CI / ci (ubuntu-latest) (push) Waiting to run
Lockbud / lockbud (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (macos-latest) (push) Waiting to run
Rust / test (ubuntu-latest) (push) Waiting to run
Rust / typo (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (macos-latest) (push) Waiting to run
Rust / doc (ubuntu-latest) (push) Waiting to run
Typo / typo (push) Waiting to run
Audit / audit (push) Has been cancelled

This commit is contained in:
Cyrix126 2024-10-11 20:35:03 +02:00
parent 0899026e91
commit 3d3ea1ff71

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]