Merge branch 'rolling' into search-result-parse-refactor
This commit is contained in:
commit
dac2c0c488
3 changed files with 3 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3965,7 +3965,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "websurfx"
|
name = "websurfx"
|
||||||
version = "1.0.9"
|
version = "1.0.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-cors",
|
"actix-cors",
|
||||||
"actix-files",
|
"actix-files",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "websurfx"
|
name = "websurfx"
|
||||||
version = "1.0.9"
|
version = "1.0.11"
|
||||||
edition = "2021"
|
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."
|
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"
|
repository = "https://github.com/neon-mmd/websurfx"
|
||||||
|
|
|
@ -16,5 +16,3 @@ services:
|
||||||
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
|
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature.
|
||||||
# redis:
|
# redis:
|
||||||
# image: redis:latest
|
# image: redis:latest
|
||||||
# ports:
|
|
||||||
# - 6379:6379
|
|
Loading…
Add table
Reference in a new issue