mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +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"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
actions-core = "0.0.2"
|
actions-core = "0.0.2"
|
||||||
|
|
Loading…
Reference in a new issue