mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
chore(crate): include release optimizations profile
This commit is contained in:
parent
d3e948ee00
commit
c77d936c40
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@ name = "setup-lune"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
strip = true
|
||||
lto = true
|
||||
|
||||
[dependencies]
|
||||
actions-core = "0.0.2"
|
||||
|
|
Loading…
Reference in a new issue