Spaces:
Running
Running
Merge pull request #491 from Siddh744542/Clippy/Format-checking/linting-GitHub-action-to-analyze-code-for-all-the-features
Browse files- .github/workflows/rust_format.yml +1 -1
- Cargo.lock +1 -1
- Cargo.toml +1 -1
.github/workflows/rust_format.yml
CHANGED
|
@@ -33,7 +33,7 @@ jobs:
|
|
| 33 |
uses: actions-rs/cargo@v1
|
| 34 |
with:
|
| 35 |
command: clippy
|
| 36 |
-
args: --all-targets --all
|
| 37 |
- name: Run cargo check
|
| 38 |
uses: actions-rs/cargo@v1
|
| 39 |
with:
|
|
|
|
| 33 |
uses: actions-rs/cargo@v1
|
| 34 |
with:
|
| 35 |
command: clippy
|
| 36 |
+
args: --all-targets --all-features --all
|
| 37 |
- name: Run cargo check
|
| 38 |
uses: actions-rs/cargo@v1
|
| 39 |
with:
|
Cargo.lock
CHANGED
|
@@ -4146,7 +4146,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10"
|
|
| 4146 |
|
| 4147 |
[[package]]
|
| 4148 |
name = "websurfx"
|
| 4149 |
-
version = "1.9.
|
| 4150 |
dependencies = [
|
| 4151 |
"actix-cors",
|
| 4152 |
"actix-files",
|
|
|
|
| 4146 |
|
| 4147 |
[[package]]
|
| 4148 |
name = "websurfx"
|
| 4149 |
+
version = "1.9.3"
|
| 4150 |
dependencies = [
|
| 4151 |
"actix-cors",
|
| 4152 |
"actix-files",
|
Cargo.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[package]
|
| 2 |
name = "websurfx"
|
| 3 |
-
version = "1.9.
|
| 4 |
edition = "2021"
|
| 5 |
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."
|
| 6 |
repository = "https://github.com/neon-mmd/websurfx"
|
|
|
|
| 1 |
[package]
|
| 2 |
name = "websurfx"
|
| 3 |
+
version = "1.9.3"
|
| 4 |
edition = "2021"
|
| 5 |
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."
|
| 6 |
repository = "https://github.com/neon-mmd/websurfx"
|