From 3d3ea1ff7188fd77c8d41c83d9c1f436173caf89 Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Fri, 11 Oct 2024 20:35:03 +0200 Subject: [PATCH] feat: release 1.5.1 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea10c9f..857bf7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,18 +1,18 @@ cargo-features = ["profile-rustflags"] [package] name = "gupaxx" -version = "1.5.0" +version = "1.5.1" authors = ["cyrix126 "] 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]