From 8779c03afa8b00d1227d5bd212af4e241388364c Mon Sep 17 00:00:00 2001 From: phetzy Date: Mon, 18 Mar 2024 17:59:37 -0400 Subject: [PATCH 1/3] resolved issue 520: reducing binary size by using symbols instead of debug info --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9152af..d410def 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ panic = 'abort' incremental = false codegen-units = 1 rpath = false -strip = "debuginfo" +strip = "symbols" [features] default = ["memory-cache"] From 9c6729c931cd760d070f673e356318921db8a10f Mon Sep 17 00:00:00 2001 From: alamin655 <129589283+alamin655@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:17:38 +0530 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=96=20chore(release):=20bump=20the?= =?UTF-8?q?=20app=20version=20(#547)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d410def..6882fbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.11.0" +version = "1.12.1" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx" From f78c6d76607d61afba8c90fd4d20f854c8066204 Mon Sep 17 00:00:00 2001 From: alamin655 <129589283+alamin655@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:18:09 +0530 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=94=96=20chore(release):=20bump=20the?= =?UTF-8?q?=20app=20version=20(#547)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 452ab2d..df0d58f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4199,7 +4199,7 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "websurfx" -version = "1.11.0" +version = "1.12.1" dependencies = [ "actix-cors", "actix-files",