diff --git a/Cargo.lock b/Cargo.lock index 21ebebb..430c4f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,7 +435,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "goup" -version = "1.6.0" +version = "1.7.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index b00e187..a08b2d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,3 +25,10 @@ tempfile = "3.5.0" thiserror = "1.0.44" whattheshell = "1.0.0" zip = { version = "2.1", default-features = false, features = ["deflate"] } + +[profile.release] +strip = true +opt-level = "s" +codegen-units = 1 +lto = true +panic = "unwind" \ No newline at end of file