Skip to content

Commit

Permalink
Merge pull request #19 from newcomb-luke/hotfix/profile-dist
Browse files Browse the repository at this point in the history
Release v2.0.2
  • Loading branch information
newcomb-luke authored Nov 11, 2022
2 parents b56b8ab + c7ac417 commit 1ca9b68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kasm"
version = "2.0.1"
version = "2.0.2"
authors = ["Luke Newcomb <[email protected]>"]
edition = "2021"
license = "GPL-3.0"
Expand All @@ -15,3 +15,8 @@ kerbalobjects = "4.0"
logos = "0.12.0"
termcolor = "1.1"
pathdiff = "0.2.1"

[profile.dist]
inherits = "release"
lto = true
codegen-units = 1

0 comments on commit 1ca9b68

Please sign in to comment.