Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMitia committed May 29, 2022
1 parent c9e2582 commit 819e791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "steam_randomiser"
version = "0.4.0"
version = "0.4.1"
authors = ["Dimitri Belopopsky <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -23,4 +23,5 @@ clap = { version = "3.1.18", features = ["derive"] }

[profile.release]
lto = true
strip = true
codegen-units = 1

0 comments on commit 819e791

Please sign in to comment.