From 99f0cf111382c67c112ead70314bf75164e0e97d Mon Sep 17 00:00:00 2001 From: Siddharth Tiwari Date: Sun, 21 Jan 2024 12:22:15 +0530 Subject: [PATCH 1/3] fixed issue #490 --- .github/workflows/rust_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_format.yml b/.github/workflows/rust_format.yml index 1b7c9fa..14b38ce 100644 --- a/.github/workflows/rust_format.yml +++ b/.github/workflows/rust_format.yml @@ -33,7 +33,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: --all-targets --all + args: --all-targets --all-features --all - name: Run cargo check uses: actions-rs/cargo@v1 with: From b2971c182911fb31153ad1c955742aac0733bb97 Mon Sep 17 00:00:00 2001 From: alamin655 Date: Sun, 21 Jan 2024 15:56:16 +0530 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=96=20chore(release):=20bump=20the?= =?UTF-8?q?=20app=20version=20(#491)?= 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 1045c6d..aff946b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.9.0" +version = "1.9.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 0f717cc976b7ed6600d0541e7264e0b96a925047 Mon Sep 17 00:00:00 2001 From: alamin655 Date: Sun, 21 Jan 2024 15:56:41 +0530 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=94=96=20chore(release):=20bump=20the?= =?UTF-8?q?=20app=20version=20(#491)?= 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 7befc09..7a41139 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4146,7 +4146,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" [[package]] name = "websurfx" -version = "1.9.0" +version = "1.9.3" dependencies = [ "actix-cors", "actix-files",