From 4b1cf262865ac3a8daffa2836e43eff5659a858f Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 28 Feb 2019 00:43:37 +0100 Subject: Optimize for smaller binaries --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a8ae9df..0ea7eb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,9 @@ maintenance = { status = "actively-developed" } [profile.release] lto = true +opt-level = 'z' +codegen-units = 1 +panic = 'abort' [dependencies] clap = "2.29" @@ -32,4 +35,4 @@ alphanumeric-sort = "1.0.6" structopt = "0.2.14" chrono = "0.4.6" chrono-humanize = "0.0.11" -maud = { version = "0.20.0", features = ["actix-web"] } \ No newline at end of file +maud = { version = "0.20.0", features = ["actix-web"] } -- cgit v1.2.3 From 519b917c51f544b6f88089b82bea7dcd3e27d543 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 28 Feb 2019 00:57:39 +0100 Subject: This is v0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0ea7eb4..fc5c17e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.3.0" +version = "0.3.1" description = "For when you really just want to serve some files over HTTP right now!" authors = ["Sven-Hendrik Haase ", "Boastful Squirrel "] repository = "https://github.com/svenstaro/miniserve" -- cgit v1.2.3