Skip to content

Commit

Permalink
Up version, add build profile for unoptimized
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGS committed Nov 20, 2023
1 parent f1cb0b0 commit 291652a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "teams_status"
version = "0.2.1"
version = "0.2.2"
edition = "2021"

[package.metadata.winres]
ProductName = "Teams Status"
ProductVersion = "0.2.1"
ProductVersion = "0.2.2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -30,3 +30,7 @@ async-trait = "0.1.74"

[build-dependencies]
winres = "0.1.12"

[profile.release-unoptimized]
inherits = "release"
opt-level = 0

0 comments on commit 291652a

Please sign in to comment.