From c77d936c403fe649f6eacb490434c556aeb51d2b Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 30 Sep 2023 15:37:13 +0530 Subject: [PATCH] chore(crate): include release optimizations profile --- package/action/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/action/Cargo.toml b/package/action/Cargo.toml index d1dcb15..e3b749a 100644 --- a/package/action/Cargo.toml +++ b/package/action/Cargo.toml @@ -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"