We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1802b commit b53d3d7Copy full SHA for b53d3d7
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "nap"
3
-version = "0.0.2"
+version = "0.0.3"
4
edition = "2021"
5
authors = ["Evantaur"]
6
description = "Suspend-aware alternative to sleep for shell scripts etc."
@@ -16,8 +16,8 @@ strip = true
16
opt-level = "z"
17
codegen-units = 1
18
panic = "abort"
19
+lto = true
20
21
# The profile that 'dist' will build with
22
[profile.dist]
23
inherits = "release"
-lto = "thin"
0 commit comments