From 1f78bddf11ded1944954bbafe6d49700a116f206 Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 20 Sep 2023 21:07:51 +0800 Subject: [PATCH 1/3] Use the correct command to run the app in `GitPod` --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index d1b8f3b..b3c8ea0 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -8,7 +8,7 @@ tasks: command: redis-server --port 8082 - name: Run The App init: cargo build - command: PKG_ENV=dev ./target/release/websurfx + command: PKG_ENV=dev ./target/debug/websurfx - name: Tests command: cargo test - name: Clippy Checks From ee66a2ccbc04c0e1821670b0ae30ea3806a4ab5d Mon Sep 17 00:00:00 2001 From: alamin655 Date: Wed, 20 Sep 2023 18:46:33 +0530 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=9A=80=20chore:=20bump=20the=20app=20?= =?UTF-8?q?version?= 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 f826a23..ca92e2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "0.21.1" +version = "0.21.3" 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 19621d32a875925ecb385ea5c949b9fe503d81b6 Mon Sep 17 00:00:00 2001 From: alamin655 Date: Wed, 20 Sep 2023 18:48:19 +0530 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=9A=80=20chore:=20bump=20the=20app=20?= =?UTF-8?q?version?= 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 304af29..69d96d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3905,7 +3905,7 @@ dependencies = [ [[package]] name = "websurfx" -version = "0.21.1" +version = "0.21.3" dependencies = [ "actix-cors", "actix-files",