Skip to content

Commit

Permalink
feat: release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Oct 11, 2024
1 parent 0899026 commit 3d3ea1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
cargo-features = ["profile-rustflags"]
[package]
name = "gupaxx"
version = "1.5.0"
version = "1.5.1"
authors = ["cyrix126 <[email protected]>"]
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]
Expand Down

0 comments on commit 3d3ea1f

Please sign in to comment.