mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-04-23 23:08:11 +00:00
feat: release 1.5.1
This commit is contained in:
parent
8d3c34b20f
commit
de6656fba3
1 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue